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]}"