From 67471340192361f0798dbf266ae884c4e4e62bf1 Mon Sep 17 00:00:00 2001 From: "yudong.cz" Date: Fri, 14 Feb 2025 15:55:35 +0800 Subject: [PATCH] fix trustee-function-test/install.sh bug Signed-off-by: yudong.cz yudong.cz@alibaba-inc.com --- tests/trustee-function-test/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trustee-function-test/install.sh b/tests/trustee-function-test/install.sh index b639fea..5bae47e 100644 --- a/tests/trustee-function-test/install.sh +++ b/tests/trustee-function-test/install.sh @@ -16,6 +16,6 @@ build() install() { - cp -a $TONE_BM_BUILD_DIR/* $TONE_BM_RUN_DIR/trustee + cp -a $TONE_BM_BUILD_DIR $TONE_BM_RUN_DIR/trustee } \ No newline at end of file -- Gitee