From 4afb3d2602c095dbc186d0c65eda9967a34faff4 Mon Sep 17 00:00:00 2001 From: hunili Date: Mon, 3 Mar 2025 21:26:52 +0800 Subject: [PATCH] change verify flag issue: https://gitee.com/openharmony/filemanagement_app_file_service/issues/IBQEKH Signed-off-by: hunili --- appdata-sandbox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index ce342573..3eab2cee 100755 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -331,7 +331,7 @@ "src-path": "/data/app/el2//base//.backup", "sandbox-path": "/data/storage/el2/backup", "sandbox-flags": [ "bind", "rec" ], - "check-action-status": "true" + "check-action-status": "false" }, { "src-path" : "/data/app/el1//base//.backup", "sandbox-path" : "/data/storage/el1/backup", -- Gitee