Update site_api.py

This commit is contained in:
midoks 2022-11-14 15:36:21 +08:00
parent 2bac521c56
commit fdf140ea7d
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ class site_api:
log_file = mw.getRunDir() + '/logs/acme.log'
mw.writeFile(log_file, "开始ACME申请...\n", "wb+")
cmd = 'export ACCOUNT_EMAIL=' + email + ' && ' + \
execStr + ' >> ' + log_file
execStr + ' > ' + log_file
# print(domains)
# print(cmd)
result = mw.execShell(cmd)