mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-10 23:41:22 +00:00
~修复singboxr本地生成失败的bug
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user