From a686206e211ae6c03de89829a1e025e55ce9b21b Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 22 Nov 2021 22:20:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=8B=B7=E8=B4=9Ddeps?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E4=B8=8B=E6=89=80=E6=9C=89=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index 1343c2fe..7c1d1197 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -400,7 +400,7 @@ gen_list_repo() { fi if [[ -d $dir_dep ]]; then - cp -f $dir_dep/* "${dir_scripts}/${uniq_path}" &>/dev/null + cp -rf $dir_dep/* "${dir_scripts}/${uniq_path}" &>/dev/null fi for file in ${files}; do