mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update update-lxcs.sh
tweak
This commit is contained in:
parent
fcdd5a460f
commit
ecd56591b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue