diff --git a/powerwall.sh b/powerwall.sh index ed701321..b95a6fa7 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -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 ;;