no message

This commit is contained in:
hellcat 2025-04-14 13:39:47 +08:00
parent 57aad7823b
commit 9313298ea0

View File

@ -73,6 +73,7 @@ class CronController
// 没有文件夹,创建一个
if (!is_dir($sUserProjectDir)) {
mkdir($sUserProjectDir, 0755, true); // 0755 是权限true 表示递归创建目录
$output = shell_exec("git config --global --add safe.directory $sUserProjectDir 2>&1");
}
// 没有仓库,创建一个