Update powerwall.sh

This commit is contained in:
2022-09-11 21:47:43 -05:00
parent 80d0691b70
commit 5c4aa640cd

View File

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