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