diff --git a/powerwall.sh b/powerwall.sh index 59830b13..b746c1c7 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -210,7 +210,7 @@ UPDATE_SERVICES(){ /bin/systemctl stop $srvc done for srvc in "${POWERWALL_SERVICES[@]}"; do - /bin/systemctl start $srvc + #/bin/systemctl start $srvc done }