From d1ec0fd9cb4bce16393d265111f4af93bfec6f32 Mon Sep 17 00:00:00 2001 From: Meng-Heng Date: Mon, 16 Sep 2024 12:36:58 +0700 Subject: [PATCH] test --- bootstrap.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.inc.sh b/bootstrap.inc.sh index 7746ede..6e474cd 100644 --- a/bootstrap.inc.sh +++ b/bootstrap.inc.sh @@ -55,7 +55,7 @@ function _bootstrap_download() { _bootstrap_echo "Downloading directory: $remote_file" for file in "${remote_file}/*"; do - echo "Your dir & file: $file"; + _bootstrap_echo "Your dir & file: $file"; # local relative_path="${file#remote_file/}" # local target_file="$local_file/$relative_path"