Pārlūkot izejas kodu

Update update-lxcs.sh

tweak
tteckster 2 gadi atpakaļ
vecāks
revīzija
ecd56591b6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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