From 46ff0c6c369e87e5b61ad1512debbf5d28b2ffc5 Mon Sep 17 00:00:00 2001 From: liuhaotian Date: Mon, 18 Sep 2023 12:08:58 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20f6f1f28=20from=20https://gitee.com/mark?= =?UTF-8?q?carter/filemanagement=5Fapp=5Ffile=5Fservice/pulls/301=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E9=9C=80=E8=A6=81=E7=9A=84=E6=B2=99?= =?UTF-8?q?=E7=AE=B1=E8=B7=AF=E5=BE=84=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuhaotian Change-Id: I24e0501a91411f8054bdac772b9d0032e4d5c689 --- interfaces/common/file_share_sandbox.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/interfaces/common/file_share_sandbox.json b/interfaces/common/file_share_sandbox.json index 773e3d858..cd8bbf750 100644 --- a/interfaces/common/file_share_sandbox.json +++ b/interfaces/common/file_share_sandbox.json @@ -1,25 +1,10 @@ { "mount-path-map" : [{ - "sandbox-path" : "/data/storage/el1/bundle/", - "src-path" : "/data/app/el1/bundle/public//" - }, { "sandbox-path" : "/data/storage/el2/base/", "src-path" : "/data/app/el2//base//" - }, { - "sandbox-path" : "/data/storage/el1/database/", - "src-path" : "/data/app/el1//database//" - }, { - "sandbox-path" : "/data/storage/el2/database/", - "src-path" : "/data/app/el2//database//" }, { "sandbox-path" : "/data/storage/el1/base/", "src-path" : "/data/app/el1//base//" - }, { - "sandbox-path" : "/data/storage/ark-cache/", - "src-path" : "/data/local/ark-cache//" - }, { - "sandbox-path" : "/data/storage/ark-profile/", - "src-path" : "/data/local/ark-profile///" }, { "sandbox-path" : "/data/storage/el2/distributedfiles/", "src-path" : "/mnt/hmdfs//account/merge_view/data//" -- Gitee