diff --git a/powerwall.sh b/powerwall.sh index 0d62be28..d7555c78 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -423,8 +423,6 @@ Previous Temp: ${last_temp[${SENSOR}]}'F" done - - fi elif [ "${PW_HOST_ADDRESSES[${SENSORa}]}" == "" ]; then #sensor down diff --git a/run.sh b/run.sh index da63d678..67ebca0e 100755 --- a/run.sh +++ b/run.sh @@ -46,8 +46,8 @@ if [ "${1}" == "update" ]; then echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}\n" fi - # echo -en "${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]}... " - # /opt/idssys/powerwall/powerwall.sh service all restart >/dev/null 2>&1 + echo -en "${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]}... " + /opt/idssys/powerwall/powerwall.sh service all restart >/dev/null 2>&1 elif [ "${2}" != "q" ]; then echo -en "\e[1A";