From 8de8fdddb5b0febacadde8353278c6bd6767c26c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 1 Jan 2023 20:33:39 -0500 Subject: [PATCH] Update homeassistant-core-v5.sh --- ct/homeassistant-core-v5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/homeassistant-core-v5.sh b/ct/homeassistant-core-v5.sh index ef3f59dd..d4c9ddb2 100644 --- a/ct/homeassistant-core-v5.sh +++ b/ct/homeassistant-core-v5.sh @@ -316,8 +316,8 @@ function update_script() { PY=$(ls /srv/homeassistant/lib/) IP=$(hostname -I | awk '{print $1}') UPD=$(whiptail --title "UPDATE" --radiolist --cancel-button Exit-Script "Choose Type" 8 58 3 \ - "1" "Initialize" ON \ - "2" "Update" OFF \ + "1" "Initialize" OFF \ + "2" "Update" ON \ "3" "HACS" OFF \ 3>&1 1>&2 2>&3)