fixes
This commit is contained in:
parent
f9a464bdce
commit
6aacad8e30
@ -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}')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user