1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-18 11:52:54 +00:00
This commit is contained in:
neil
2016-04-13 21:38:13 +08:00
parent a7b7355dcf
commit 3d434e43ad
+1 -1
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
}