소스 검색

Update update-lxcs.sh

tweak
tteckster 2 년 전
부모
커밋
6368c9f72f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      misc/update-lxcs.sh

+ 0 - 1
misc/update-lxcs.sh

@@ -31,7 +31,6 @@ clear
 containers=$(pct list | tail -n +2 | cut -f1 -d' ')
 function update_container() {
   container=$1
-  clear
   header_info
   name=$(pct exec "$container" hostname)
   echo -e "${BL}[Info]${GN} Updating ${BL}$container${CL} : ${GN}$name${CL} \n"