From e38748fcc99701bacfa5b01faeb8742ebce2b915 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 12 Aug 2023 10:24:32 -0500 Subject: [PATCH] Update run.sh --- run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run.sh b/run.sh index 2993aaf4..49b056db 100755 --- a/run.sh +++ b/run.sh @@ -46,7 +46,6 @@ 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]}"