From 7f2c3d15492faa341f502efc44d8f86b07fc80a0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 22 Sep 2023 14:17:01 -0400 Subject: [PATCH] Update update-lxcs.sh change wording fixes https://github.com/tteck/Proxmox/issues/1824 --- misc/update-lxcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/update-lxcs.sh b/misc/update-lxcs.sh index d4b442f0..c6e41f3b 100644 --- a/misc/update-lxcs.sh +++ b/misc/update-lxcs.sh @@ -26,7 +26,7 @@ GN=$(echo "\033[1;92m") CL=$(echo "\033[m") header_info echo "Loading..." -whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Updater" --yesno "This Will Update Selected LXC Containers. Proceed?" 10 58 || exit +whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Updater" --yesno "This Will Update LXC Containers. Proceed?" 10 58 || exit NODE=$(hostname) while read -r TAG ITEM; do OFFSET=2