mirror of https://github.com/tteck/Proxmox.git
parent
e70da12429
commit
b078ad6d3d
|
@ -52,7 +52,8 @@ function default_settings() {
|
|||
}
|
||||
|
||||
while true; do
|
||||
CHOICE=$(whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \
|
||||
CHOICE=$(
|
||||
whiptail --title "SUPPORT" --menu "Select option" 11 58 1 \
|
||||
"1" "Check for Docker Updates" 3>&2 2>&1 1>&3
|
||||
)
|
||||
exit_status=$?
|
||||
|
|
Loading…
Reference in New Issue