Explorar o código

Update podman-homeassistant.sh (#1251)

glerak %!s(int64=2) %!d(string=hai) anos
pai
achega
8e6f6dc282
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ct/podman-homeassistant.sh

+ 1 - 1
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 \