From 7ad4b9e507abe81162f8279b8655c4d3ad7a7f5e Mon Sep 17 00:00:00 2001 From: zhangkaixiang Date: Fri, 21 Jul 2023 18:22:20 +0800 Subject: [PATCH] modify file share json 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..9d582958a 100644 --- a/interfaces/common/file_share_sandbox.json +++ b/interfaces/common/file_share_sandbox.json @@ -31,7 +31,7 @@ "src-path" : "/mnt/hmdfs//account/merge_view/files/Documents" }, { "sandbox-path" : "/Documents", - "src-path" : "/mnt/hmdfs//account/merge_view/files/Documents" + "src-path" : "/data/service/el2//hmdfs/account/files/Documents" } ] } \ No newline at end of file -- Gitee