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