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