From 0917ec52de6e81a016dad9ee70c6771e4f5d1f82 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 30 Oct 2023 16:12:53 +0800 Subject: [PATCH] Update index.py --- plugins/gitea/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gitea/index.py b/plugins/gitea/index.py index a8fa4a8f5..d3cd93e8d 100755 --- a/plugins/gitea/index.py +++ b/plugins/gitea/index.py @@ -763,6 +763,7 @@ def projectScriptRun(): return mw.returnJson(False, '脚本文件不存在!') mw.execShell(script_run) + mw.execShell('chown -R www:www ' + commit_log) return mw.returnJson(True, '脚本文件执行成功,观察日志!')