diff --git a/run.sh b/run.sh index 5d845a40..454637a7 100755 --- a/run.sh +++ b/run.sh @@ -44,7 +44,8 @@ if [ "${1}" == "update" ]; then if [ "${2}" != "q" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}" - fi + fi + /opt/idssys/powerwall/run.sh update elif [ "${2}" != "q" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[LightCyan]}No Updates Available${idsCL[Default]}"