Update powerwall.sh

This commit is contained in:
2022-09-17 23:18:33 -05:00
parent 548ca13d9e
commit c66941383c

View File

@@ -222,7 +222,8 @@ STOPALL_SERVICES(){
}
STARTALL_SERVICES(){
for srvc in "${POWERWALL_SERVICES[@]}"; do
/bin/systemctl stop $srvc
echo "Starting $srvc"
/bin/systemctl start $srvc
done
}