Update powerwall.sh

This commit is contained in:
2022-09-11 21:47:03 -05:00
parent b883a55c28
commit 80d0691b70

View File

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