From 5f637754a8172774f202ce1f73ed96e87ee7d7b7 Mon Sep 17 00:00:00 2001 From: zhangkaixiang Date: Fri, 28 Jul 2023 10:53:06 +0800 Subject: [PATCH] add publid dir download Signed-off-by: zhangkaixiang --- interfaces/common/file_share_sandbox.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interfaces/common/file_share_sandbox.json b/interfaces/common/file_share_sandbox.json index 938f9376f..1a3177d0d 100644 --- a/interfaces/common/file_share_sandbox.json +++ b/interfaces/common/file_share_sandbox.json @@ -32,6 +32,9 @@ }, { "sandbox-path" : "/Documents", "src-path" : "/data/service/el2//hmdfs/account/files/Documents" + }, { + "sandbox-path" : "/Download", + "src-path" : "/data/service/el2//hmdfs/account/files/Download" } ] } \ No newline at end of file -- Gitee