From b3e9fd64a60e62eded625ac1e5e92940993e0fa3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 11 Sep 2022 14:25:44 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 6d7feb79..2cc59a15 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -203,7 +203,7 @@ if [ ${action-x} ]; then CHECKTEMP_SERVICE ${2} fi ;; - checktacv_service) + checkacv_service) if [ "${2}" = "stop" ]; then service_pid=`systemctl show --property MainPID --value ${SERVICE_NAME[${3}]}` /bin/kill -9 $service_pid