Update powerwall.sh

This commit is contained in:
2024-01-30 21:42:02 -06:00
parent 4dbaccd8cc
commit 6862dd946b

View File

@@ -61,7 +61,6 @@ SERVICE_MNG(){
}
STOP_SERVICE(){
echo "stop: ${1}"
ps -ef | grep "powerwall.*service ${1} start" | grep -v "grep" | awk '{print $2}' | xargs kill
}