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