From f88f59cc42cc2157ec033369e706dfe8b294a048 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 7 Jan 2023 15:54:03 -0500 Subject: [PATCH] Update homeassistant-v5.sh --- ct/homeassistant-v5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homeassistant-v5.sh b/ct/homeassistant-v5.sh index c83f05b5..cb0745a6 100644 --- a/ct/homeassistant-v5.sh +++ b/ct/homeassistant-v5.sh @@ -395,7 +395,7 @@ echo -e "FileBrowser should be reachable by going to the following URL. 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