From 7770366ef9a8d4e8aedd33441299c5779fb136dd Mon Sep 17 00:00:00 2001 From: zhangkaixiang Date: Sun, 23 Jul 2023 20:16:22 +0800 Subject: [PATCH] fixed b5fbc3d from https://gitee.com/zkx48/filemanagement_app_file_service/pulls/216 modify the dlp src path Signed-off-by: zhangkaixiang --- interfaces/common/file_share_sandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/common/file_share_sandbox.json b/interfaces/common/file_share_sandbox.json index 6accd8404..0c9cdde3d 100644 --- a/interfaces/common/file_share_sandbox.json +++ b/interfaces/common/file_share_sandbox.json @@ -25,7 +25,7 @@ "src-path" : "/mnt/hmdfs//account/merge_view/data/" }, { "sandbox-path" : "/mnt/data/fuse", - "src-path" : "/mnt/sandbox//mnt/data/fuse" + "src-path" : "/mnt/data//fuse" }, { "sandbox-path" : "/storage/local/Documents", "src-path" : "/mnt/hmdfs//account/merge_view/files/Documents" -- Gitee