|
|
@ -51,7 +51,10 @@ function default_settings() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function update_script() { |
|
|
|
function update_script() { |
|
|
|
if [[ ! -d /var/lib/docker/volumes/hass_config/_data ]]; then msg_error "No ${APP} Installation Found!"; exit; fi |
|
|
|
if [[ ! -d /var/lib/docker/volumes/hass_config/_data ]]; then |
|
|
|
|
|
|
|
msg_error "No ${APP} Installation Found!" |
|
|
|
|
|
|
|
exit |
|
|
|
|
|
|
|
fi |
|
|
|
UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 4 \ |
|
|
|
UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 4 \ |
|
|
|
"1" "Update ALL Containers" ON \ |
|
|
|
"1" "Update ALL Containers" ON \ |
|
|
|
"2" "Remove ALL Unused Images" OFF \ |
|
|
|
"2" "Remove ALL Unused Images" OFF \ |
|
|
|