1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-18 03:42:53 +00:00
This commit is contained in:
neil
2016-09-17 12:52:47 +08:00
parent 811bff6db0
commit 3324c0ae79
+1 -1
View File
@@ -1181,7 +1181,7 @@ _stopserver(){
_debug2 "Le_TLSPort" "$Le_TLSPort"
if [ "$Le_TLSPort" ] ; then
if [ "$DEBUG" ] && [ "$DEBUG" -ge "3" ] ;
if [ "$DEBUG" ] && [ "$DEBUG" -ge "3" ] ; then
_get "https://localhost:$Le_TLSPort" "" 1
_get "https://localhost:$Le_TLSPort" "" 1
else