Update powerwall.sh

This commit is contained in:
2022-09-12 21:57:28 -05:00
parent 4182801d85
commit 5cd3e4efed

View File

@@ -283,7 +283,7 @@ if [ ${action-x} ]; then
;;
powerlogger_service)
if [ "${2}" = "stop" ]; then
STOP_SERVICE powerloger
STOP_SERVICE powerlogger
else
POWERLOGGER_SERVICE
fi