diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh index 80bd78cc..a47b3f08 100644 --- a/misc/update-lxcs.sh +++ b/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