Update powerwall.sh

This commit is contained in:
2023-12-13 18:43:37 -06:00
parent 69889fafbb
commit fc180007f7

View File

@@ -1162,7 +1162,8 @@ RESTARTALL_SERVICES(){
}
STOPALL_SERVICES(){
for srvc in "${!PW_POWERWALL_SERVICES[@]}"; do
SERVICE_MNG ${srvc} stop
echo "HERE: ${srvc}"
# SERVICE_MNG ${srvc} stop
done
}
STARTALL_SERVICES(){