From 8e6f6dc28270ca700b9e6fc045b909dd9835e0b0 Mon Sep 17 00:00:00 2001 From: glerak Date: Sat, 25 Mar 2023 12:38:42 +0100 Subject: [PATCH] Update podman-homeassistant.sh (#1251) --- ct/podman-homeassistant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index be35917e..d916cc95 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -55,7 +55,7 @@ function default_settings() { } function update_script() { - [[ ! -f /etc/systemd/system/homeassistant.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi + if [[ ! -f /etc/systemd/system/homeassistant.service ]]; then msg_error "No ${APP} Installation Found!"; exit; fi UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Spacebar = Select" 11 58 4 \ "1" "Update Podman" ON \ "2" "Install HACS" OFF \