Update powerwall.sh

This commit is contained in:
2023-05-15 22:28:24 -05:00
parent a06abadd0e
commit c74a832b62

View File

@@ -619,6 +619,9 @@ fi
/usr/local/bin/powerwall service ${2} stop
slep 2s
/usr/local/bin/powerwall service ${2} start
elif [ "${3}" = "status" ]; then
SERVICE_MNG ${2} status
fi
fi
;;