mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
默认拷贝deps目录下所有文件
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user