Update index.py

pull/494/head
midoks 2 years ago
parent 91919426f4
commit da872c1d92
  1. 1
      plugins/gitea/index.py

@ -919,6 +919,7 @@ def projectScriptSelf_Run():
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