Update powerwall.sh

This commit is contained in:
2023-05-13 09:49:18 -05:00
parent f9f86debf1
commit 886a3303df

View File

@@ -335,6 +335,7 @@ if [ ${action-x} ]; then
checktemp_service)
if [ "${2}" = "stop" ]; then
STOP_SERVICE ${3}
echo "(`date +'%Y-%m-%d %H:%M:%S'`) Service Stopped" >> ${FOLDER}/log-${1}
else
CHECKTEMP_SERVICE ${3}
fi