From dd685b664d3632647d3616c70821e838ad083971 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 21 Dec 2024 15:10:39 +0800 Subject: [PATCH] =?UTF-8?q?acme=E6=89=8B=E5=8A=A8=E7=94=B3=E8=AF=B7ssl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/app/site.js | 2 +- web/utils/site.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/static/app/site.js b/web/static/app/site.js index af0e5b0aa2..2b44e72919 100755 --- a/web/static/app/site.js +++ b/web/static/app/site.js @@ -2700,7 +2700,7 @@ function newAcmeHandApplyNotice(siteName, id, domains, data){ } }, yes:function(layero,index){ - layer.close(index); + layer.close(layero); showSpeedWindow('正在由ACME申请手动SSL...', 'site.get_acme_logs', function(layers,index){ var pdata = {}; pdata['siteName'] = siteName; diff --git a/web/utils/site.py b/web/utils/site.py index ba102115c1..a996801e01 100644 --- a/web/utils/site.py +++ b/web/utils/site.py @@ -2305,7 +2305,7 @@ def createAcmeDnsTypeNone(self, site_name, domains, email, dnspai, wildcard_doma if renew == 'true': cmd += " --renew" cmd += ' > ' + log_file - print(cmd) + # print(cmd) result = mw.execShell(cmd) # print(result)