Update powerwall.sh

This commit is contained in:
2022-09-12 21:36:30 -05:00
parent 90d7e53383
commit 05786b8a31

View File

@@ -262,7 +262,7 @@ if [ ${action-x} ]; then
if [ "${2}" = "stop" ]; then
STOP_SERVICE ${3}
else
CHECKTEMP_SERVICE ${2}
CHECKTEMP_SERVICE ${3}
fi
;;
checkacv_service)