From 8c9ecb4735287169686d5ff30fa71f8a538317f3 Mon Sep 17 00:00:00 2001 From: zhang-daiyue Date: Sat, 18 Nov 2023 20:29:18 +0800 Subject: [PATCH] Fix share root dirs. Since: Documents -> Docs/Documents Download -> Docs/Download Desktop -> Docs/Desktop Signed-off-by: zhang-daiyue Change-Id: Ib013b682ac0b4001967cc67ef7c5b275abbe4a1c --- interfaces/common/file_share_sandbox.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/interfaces/common/file_share_sandbox.json b/interfaces/common/file_share_sandbox.json index da9468e33..8b7f57c68 100644 --- a/interfaces/common/file_share_sandbox.json +++ b/interfaces/common/file_share_sandbox.json @@ -11,15 +11,6 @@ }, { "sandbox-path" : "/mnt/data/fuse/", "src-path" : "/mnt/data//fuse/" - }, { - "sandbox-path" : "/storage/Users/currentUser/Documents/", - "src-path" : "/mnt/hmdfs//account/device_view//files/Documents/" - }, { - "sandbox-path" : "/storage/Users/currentUser/Download/", - "src-path" : "/mnt/hmdfs//account/device_view//files/Download/" - }, { - "sandbox-path" : "/storage/Users/currentUser/Desktop/", - "src-path" : "/mnt/hmdfs//account/device_view//files/Desktop/" }, { "sandbox-path" : "/storage/Users/currentUser/", "src-path" : "/mnt/hmdfs//account/device_view//files/Docs/" @@ -31,4 +22,4 @@ "src-path" : "/data/service/el1/public/storage_daemon/share/public/" } ] -} \ No newline at end of file +} -- Gitee