From ad6b88f7352caf02372ef3b8c33b5957968de244 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 12 Aug 2023 10:24:41 -0500 Subject: [PATCH] Update run.sh --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index 49b056db..2993aaf4 100755 --- a/run.sh +++ b/run.sh @@ -46,6 +46,7 @@ if [ "${1}" == "update" ]; then echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}" fi /opt/idssys/powerwall/powerwall.sh service all restart + elif [ "${2}" != "q" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[LightCyan]}No Updates Available${idsCL[Default]}"