Update site_api.py
This commit is contained in:
parent
2bac521c56
commit
fdf140ea7d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue