From 38ed927fa4b2aee53d4ea5a578007397b4174119 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:48:11 +0100 Subject: [PATCH] Update homeassistant-core.sh --- ct/homeassistant-core.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index ab1375b7..001f98f1 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -53,6 +53,9 @@ function default_settings() { } function update_script() { + header_info + check_container_storage + check_container_resources if [[ ! -d /srv/homeassistant ]]; then msg_error "No ${APP} Installation Found!" exit @@ -64,9 +67,6 @@ function update_script() { "2" "Install HACS" OFF \ "3" "Install FileBrowser" OFF \ 3>&1 1>&2 2>&3) - header_info - check_container_storage - check_container_resources if [ "$UPD" == "1" ]; then if (whiptail --backtitle "Proxmox VE Helper Scripts" --defaultno --title "SELECT BRANCH" --yesno "Use Beta Branch?" 10 58); then clear