Update powerwall.sh

This commit is contained in:
2023-12-13 18:45:27 -06:00
parent 29c5cc9030
commit fb74245db4

View File

@@ -1164,11 +1164,13 @@ STOPALL_SERVICES(){
for srvc in "${!PW_POWERWALL_SERVICES[@]}"; do
SERVICE_MNG ${srvc} stop
done
echo
}
STARTALL_SERVICES(){
for srvc in "${!PW_POWERWALL_SERVICES[@]}"; do
SERVICE_MNG ${srvc} start
done
echo
}
SERVICE_MNG(){
if [ "${2}" = "start" ]; then