Update site.py

pull/632/head
Mr Chen 5 months ago
parent 2e4fe6e434
commit 8e61c89bd3
  1. 3
      web/utils/site.py

@ -2255,6 +2255,9 @@ export PATH
if email.strip() != '':
thisdb.setOption('ssl_email', email)
if email.strip() == '':
email = mw.getRandomString(10)+"."+mw.getRandomString(3) + '@google.com'
# 检测acme是否安装
acme_dir = mw.getAcmeDir()
if not os.path.exists(acme_dir):

Loading…
Cancel
Save