diff --git a/shell/update.sh b/shell/update.sh index f30c83e9..72ae41d4 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -406,7 +406,7 @@ gen_list_repo() { fi if [[ -d $dir_dep ]]; then - cp * "${dir_scripts}/${uniq_path}" &>/dev/null + cp $dir_dep/* "${dir_scripts}/${uniq_path}" &>/dev/null fi for file in ${files}; do