Update powerwall.sh

This commit is contained in:
2023-05-12 22:35:10 -05:00
parent c5413fad65
commit 9265c54419

View File

@@ -333,7 +333,7 @@ if [ ${action-x} ]; then
checkacv_service)
if [ "${2}" = "stop" ]; then
STOP_SERVICE ACV
echo "($datetime) Service Stopped" >> ${logacv}
echo "(`date +'%Y-%m-%d %H:%M:%S'`) Service Stopped" >> ${logacv}
else
CHECKACV_SERVICE
fi