This commit is contained in:
xp9477 2026-03-22 12:41:30 +08:00 committed by GitHub
commit e4ad75e608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -397,6 +397,10 @@ gen_list_repo() {
if [[ $blackword ]]; then
files=$(echo "$files" | egrep -v "$blackword")
fi
# Filter out dependency files from the scripts list
if [[ $dependence ]]; then
files=$(echo "$files" | egrep -v "$dependence")
fi
cp -f $file_notify_js "${dir_scripts}/${uniq_path}"
cp -f $file_notify_py "${dir_scripts}/${uniq_path}"