mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-14 02:11:45 +00:00
remove unnecessary kill
This commit is contained in:
parent
6586a86902
commit
2bd7774b8f
11
le.sh
11
le.sh
@ -233,16 +233,7 @@ _startserver() {
|
|||||||
|
|
||||||
_stopserver() {
|
_stopserver() {
|
||||||
pid="$1"
|
pid="$1"
|
||||||
if [ "$pid" ] ; then
|
|
||||||
if [ "$DEBUG" ] ; then
|
|
||||||
# kill -s 9 $pid
|
|
||||||
# killall -s 9 nc
|
|
||||||
else
|
|
||||||
# kill -s 9 $pid > /dev/null
|
|
||||||
# wait $pid 2>/dev/null
|
|
||||||
# killall -s 9 nc > /dev/null
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_initpath() {
|
_initpath() {
|
||||||
|
Loading…
Reference in New Issue
Block a user