浏览代码

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