Преглед на файлове

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