This commit is contained in:
2023-11-29 22:55:44 -06:00
parent 34b99cb87d
commit b9c38233bf
2 changed files with 2 additions and 4 deletions

View File

@@ -423,8 +423,6 @@ Previous Temp: ${last_temp[${SENSOR}]}'F"
done done
fi fi
elif [ "${PW_HOST_ADDRESSES[${SENSORa}]}" == "" ]; then #sensor down elif [ "${PW_HOST_ADDRESSES[${SENSORa}]}" == "" ]; then #sensor down

4
run.sh
View File

@@ -46,8 +46,8 @@ if [ "${1}" == "update" ]; then
echo -en "\e[1A"; echo -en "\e[1A";
echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}\n" echo -e "\e[0K\r ${idsCL[Green]}Update to v${VERS} complete${idsCL[Default]}\n"
fi fi
# echo -en "${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]}... " echo -en "${idsCL[Yellow]}Restarting Powerwall services to apply update ${idsCL[White]}... "
# /opt/idssys/powerwall/powerwall.sh service all restart >/dev/null 2>&1 /opt/idssys/powerwall/powerwall.sh service all restart >/dev/null 2>&1
elif [ "${2}" != "q" ]; then elif [ "${2}" != "q" ]; then
echo -en "\e[1A"; echo -en "\e[1A";