mirror of https://github.com/tteck/Proxmox.git
parent
196c604ec0
commit
670ead2ae1
|
@ -53,7 +53,8 @@ function default_settings() {
|
||||||
|
|
||||||
function update_script() {
|
function update_script() {
|
||||||
while true; do
|
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 Zigbee2MQTT Updates" 3>&2 2>&1 1>&3
|
"1" "Check for Zigbee2MQTT Updates" 3>&2 2>&1 1>&3
|
||||||
)
|
)
|
||||||
exit_status=$?
|
exit_status=$?
|
||||||
|
|
Loading…
Reference in New Issue