Update powerwall.sh
This commit is contained in:
@@ -222,7 +222,8 @@ STOPALL_SERVICES(){
|
||||
}
|
||||
STARTALL_SERVICES(){
|
||||
for srvc in "${POWERWALL_SERVICES[@]}"; do
|
||||
/bin/systemctl stop $srvc
|
||||
echo "Starting $srvc"
|
||||
/bin/systemctl start $srvc
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user