Update powerwall.sh

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

View File

@@ -216,6 +216,7 @@ UPDATE_SERVICES(){
} }
STOPALL_SERVICES(){ STOPALL_SERVICES(){
for srvc in "${POWERWALL_SERVICES[@]}"; do for srvc in "${POWERWALL_SERVICES[@]}"; do
echo "Stopping $srvc"
/bin/systemctl stop $srvc /bin/systemctl stop $srvc
done done
} }