~修复singboxr本地生成失败的bug

This commit is contained in:
juewuy
2026-02-10 20:09:22 +08:00
parent 8083166256
commit 5d4fcc2271

View File

@@ -44,7 +44,7 @@ EOF
[ -s "$CRASHDIR"/configs/providers.cfg ] && {
providers_tags=''
while read -r line; do
gen_providers_txt "$line"
gen_providers_txt $line
providers_tags=$(echo "$providers_tags, \"$tag\"" | sed 's/^, //')
done <"$CRASHDIR"/configs/providers.cfg
}