Update powerwall.sh

This commit is contained in:
2022-09-11 21:46:39 -05:00
parent 8ef4602a4a
commit b883a55c28

View File

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