From c3f839d62d5e144649e433b0cc6f1c449cb41632 Mon Sep 17 00:00:00 2001 From: zhangkaixiang Date: Tue, 8 Aug 2023 14:22:04 +0800 Subject: [PATCH] move id in file share json Signed-off-by: zhangkaixiang Change-Id: I0f7b009028ef94f5195e8e0166319f4dce804061 --- interfaces/common/file_share_sandbox.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/interfaces/common/file_share_sandbox.json b/interfaces/common/file_share_sandbox.json index d185de52c..3f69410f7 100644 --- a/interfaces/common/file_share_sandbox.json +++ b/interfaces/common/file_share_sandbox.json @@ -27,16 +27,16 @@ "sandbox-path" : "/mnt/data/fuse", "src-path" : "/mnt/data//fuse" }, { - "sandbox-path" : "/storage/Users/currentUserId/Documents", + "sandbox-path" : "/storage/Users/currentUser/Documents", "src-path" : "/mnt/hmdfs//account/merge_view/files/Documents" }, { - "sandbox-path" : "/storage/Users/currentUserId/Download", + "sandbox-path" : "/storage/Users/currentUser/Download", "src-path" : "/mnt/hmdfs//account/merge_view/files/Download" }, { - "sandbox-path" : "/storage/Users/currentUserId/Desktop", + "sandbox-path" : "/storage/Users/currentUser/Desktop", "src-path" : "/mnt/hmdfs//account/merge_view/files/Desktop" }, { - "sandbox-path" : "/storage/Users/currentUserId", + "sandbox-path" : "/storage/Users/currentUser", "src-path" : "/mnt/hmdfs//account/merge_view/files/Docs" }, { "sandbox-path" : "/storage/External", -- Gitee