diff --git a/powerwall.sh b/powerwall.sh index c7f2f7df..f09f4d44 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -211,7 +211,7 @@ UPDATE_SERVICES(){ done for srvc in "${POWERWALL_SERVICES[@]}"; do echo - #/bin/systemctl start $srvc + /bin/systemctl start $srvc done }