From 84018a5a23ad2ff1b087fb7c17a38ebb26b95b35 Mon Sep 17 00:00:00 2001 From: Rizky Date: Tue, 6 Feb 2024 10:43:12 +0700 Subject: [PATCH] wip fix --- app/srv/ws/sync/actions/code_action.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/srv/ws/sync/actions/code_action.ts b/app/srv/ws/sync/actions/code_action.ts index e3541e9b..7c9783e6 100644 --- a/app/srv/ws/sync/actions/code_action.ts +++ b/app/srv/ws/sync/actions/code_action.ts @@ -120,7 +120,7 @@ declare global { Bun.spawn({ cmd: ["chmod", "-R", "777", "."], - cwd: dir, + cwd: code.path(arg.site_id, "site", "src"), }); break;