mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 23:28:20 +08:00
remove unnecessary kill.
This commit is contained in:
4
acme.sh
4
acme.sh
@@ -747,10 +747,6 @@ _stopserver(){
|
|||||||
kill -s 9 $pid > /dev/null
|
kill -s 9 $pid > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for ncid in $(echo $(ps | grep nc) | cut -d " " -f 1) ; do
|
|
||||||
_debug "kill $ncid"
|
|
||||||
kill -s 9 $ncid > /dev/null
|
|
||||||
done
|
|
||||||
|
|
||||||
_get "http://localhost:$Le_HTTPPort" >/dev/null 2>&1
|
_get "http://localhost:$Le_HTTPPort" >/dev/null 2>&1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user