1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-12 10:26:09 +00:00
This commit is contained in:
neil 2016-04-13 21:38:13 +08:00
parent a7b7355dcf
commit 3d434e43ad

2
le.sh
View File

@ -672,7 +672,7 @@ _stopserver(){
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
}