mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
默认拷贝deps目录下所有文件
This commit is contained in:
parent
6132d13261
commit
a686206e21
|
@ -400,7 +400,7 @@ gen_list_repo() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -d $dir_dep ]]; then
|
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
|
fi
|
||||||
|
|
||||||
for file in ${files}; do
|
for file in ${files}; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user