From 030c4927e7e912a9cbbc69fee3552016a51565bf Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 26 Jan 2023 17:51:02 -0500 Subject: [PATCH] Update homeassistant-core-v5.sh --- ct/homeassistant-core-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homeassistant-core-v5.sh b/ct/homeassistant-core-v5.sh index 0cc1acb4..8db47e6b 100644 --- a/ct/homeassistant-core-v5.sh +++ b/ct/homeassistant-core-v5.sh @@ -325,6 +325,7 @@ function advanced_settings() { } function install_script() { + ARCH_CHECK if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" --no-button Advanced 10 58); then header_info echo -e "${BL}Using Default Settings${CL}" @@ -418,7 +419,6 @@ fi } clear -ARCH_CHECK if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi if [ "$CT_TYPE" == "1" ]; then