From c59c795b1ce68f6dc91f205a90cf2cf256df8d82 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 7 Jan 2023 12:01:28 -0500 Subject: [PATCH] Update homeassistant-core-v5.sh --- ct/homeassistant-core-v5.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/homeassistant-core-v5.sh b/ct/homeassistant-core-v5.sh index 5ac794f1..cfe06b12 100644 --- a/ct/homeassistant-core-v5.sh +++ b/ct/homeassistant-core-v5.sh @@ -403,7 +403,9 @@ msg_ok "Completed Successfully!\n" echo -e "FileBrowser should be reachable by going to the following URL. ${BL}http://$IP:8080${CL} \n" exit +fi } + clear if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi if [ "$VERB" == "yes" ]; then set -x; fi