Skip to content

Commit

Permalink
Update site_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Nov 14, 2022
1 parent 2bac521 commit fdf140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/core/site_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ def createAcmeApi(self):
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)
Expand Down

0 comments on commit fdf140e

Please sign in to comment.