Update powerwall.sh

This commit is contained in:
2022-09-11 21:41:35 -05:00
parent fe14f1dc50
commit daf6c468ac

View File

@@ -206,8 +206,12 @@ POWERLOGGER_SERVICE(){
} }
UPDATE_SERVICES(){ UPDATE_SERVICES(){
for srvc in "${partitions3[@]}"; do for srvc in "${POWERWALL_SERVICES[@]}"; do
/bin/systemctl /bin/systemctl stop $srvc
done
for srvc in "${POWERWALL_SERVICES[@]}"; do
/bin/systemctl start $srvc
done
} }
STOP_SERVICE(){ STOP_SERVICE(){