1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-14 05:35:12 +00:00

Update update-lxcs.sh

tweak
This commit is contained in:
tteckster 2023-01-29 02:41:12 -05:00 committed by GitHub
parent fcdd5a460f
commit ecd56591b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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