소스 검색

Update update-lxcs.sh

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

+ 1 - 1
misc/update-lxcs.sh

@@ -51,7 +51,7 @@ function update_container() {
   fi
 }
 header_info
-read -p "Skip stopped containers? " -n 1 -r
+read -p "Skip stopped containers? [y/N]" -n 1 -r
 echo
 if [[ ! $REPLY =~ ^[Yy]$ ]]; then
   skip=no