Update powerwall.sh
This commit is contained in:
@@ -61,7 +61,6 @@ SERVICE_MNG(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
STOP_SERVICE(){
|
STOP_SERVICE(){
|
||||||
echo "stop: ${1}"
|
|
||||||
ps -ef | grep "powerwall.*service ${1} start" | grep -v "grep" | awk '{print $2}' | xargs kill
|
ps -ef | grep "powerwall.*service ${1} start" | grep -v "grep" | awk '{print $2}' | xargs kill
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user