mirror of
https://github.com/hiskang/acme.sh
synced 2025-07-10 23:58:36 +00:00
kill nc
This commit is contained in:
parent
770dc4b230
commit
233e8a2085
2
le.sh
2
le.sh
@ -663,7 +663,7 @@ _stopserver(){
|
||||
kill -s 9 $pid > /dev/null
|
||||
fi
|
||||
|
||||
for ncid in $(ps | grep nc | cut -d " " -f 1) ; do
|
||||
for ncid in $(echo $(ps | grep nc) | cut -d " " -f 1) ; do
|
||||
_debug "kill $ncid"
|
||||
kill -s 9 $ncid > /dev/null
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user