Update powerwall.sh
This commit is contained in:
@@ -206,8 +206,12 @@ POWERLOGGER_SERVICE(){
|
||||
}
|
||||
|
||||
UPDATE_SERVICES(){
|
||||
for srvc in "${partitions3[@]}"; do
|
||||
/bin/systemctl
|
||||
for srvc in "${POWERWALL_SERVICES[@]}"; do
|
||||
/bin/systemctl stop $srvc
|
||||
done
|
||||
for srvc in "${POWERWALL_SERVICES[@]}"; do
|
||||
/bin/systemctl start $srvc
|
||||
done
|
||||
}
|
||||
|
||||
STOP_SERVICE(){
|
||||
|
||||
Reference in New Issue
Block a user