From 86264f22f1630e4245f4d87340de51d9c4cabbf0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 14 May 2023 22:08:05 -0500 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powerwall.sh b/powerwall.sh index 4292010d..f567fe38 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -360,7 +360,7 @@ TEST(){ -if [ ${action-x} ]; then +# if [ ${action-x} ]; then case $action in stopall) STOPALL_SERVICES;; startall) STARTALL_SERVICES;; @@ -400,6 +400,6 @@ if [ ${action-x} ]; then CHECKTEMP ;; esac -fi +# fi exit 0 \ No newline at end of file