소스 검색

Update update-lxcs.sh

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

+ 0 - 1
misc/update-lxcs.sh

@@ -33,7 +33,6 @@ containers=$(pct list | tail -n +2 | cut -f1 -d' ')
 function update_container() {
   container=$1
   echo -e "${BL}[Info]${GN} Updating${BL} $container ${CL} \n"
-  # to chain commands within one exec we will need to wrap them in bash
   pct exec $container -- bash -c "apt update && apt upgrade -y && apt autoremove -y"
 }