Update powerwall.sh

This commit is contained in:
2022-09-11 21:47:58 -05:00
parent 5c4aa640cd
commit 90d7e53383

View File

@@ -209,6 +209,7 @@ UPDATE_SERVICES(){
for srvc in "${POWERWALL_SERVICES[@]}"; do
/bin/systemctl stop $srvc
done
sleep 5s
for srvc in "${POWERWALL_SERVICES[@]}"; do
echo
/bin/systemctl start $srvc