Update index.py

pull/504/head
Mr Chen 2 years ago
parent 0f9bd8d387
commit e1b57621d5
  1. 2
      plugins/gitea/index.py

@ -918,7 +918,7 @@ def projectScriptSelf_Run():
self_path = custom_hooks + '/self/' + file
self_logs_path = custom_hooks + '/self_logs/' + file + '.log'
shell = "sh -x " + self_path + " 2>" + self_logs_path
shell = "sh -x " + self_path + " 2>" + self_logs_path + ' &'
mw.execShell(shell)
mw.execShell("chown -R www:www " + self_logs_path)
return mw.returnJson(True, '执行成功!')

Loading…
Cancel
Save