mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-22 00:04:13 +01:00
Update update-lxcs.sh
tweak
This commit is contained in:
parent
f6a59ba4fd
commit
7942bf5755
@ -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 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 || clear; exit
|
||||
NODE=$(hostname)
|
||||
CTID_MENU=()
|
||||
MSG_MAX_LENGTH=0
|
||||
|
Loading…
Reference in New Issue
Block a user