This commit is contained in:
CanbiZ (MickLesk) 2026-01-26 14:54:24 +01:00
parent f9a464bdce
commit 6aacad8e30

View File

@ -64,9 +64,10 @@ END {
} }
header_info header_info
msg_info "Loading all possible LXC containers from Proxmox VE. This may take a few seconds..."
whiptail --backtitle "Proxmox VE Helper Scripts" --title "LXC Container Update" --yesno "This will update LXC container. Proceed?" 10 58 || exit whiptail --backtitle "Proxmox VE Helper Scripts" --title "LXC Container Update" --yesno "This will update LXC container. Proceed?" 10 58 || exit
msg_info "Loading all possible LXC containers from Proxmox VE. This may take a few seconds..."
NODE=$(hostname) NODE=$(hostname)
containers=$(pct list | tail -n +2 | awk '{print $0 " " $4}') containers=$(pct list | tail -n +2 | awk '{print $0 " " $4}')