mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-11 07:51:45 +00:00
Merge pull request #1132 from sofia-riese/patch-1
fix(1_start): add double quote to prevent word splitting
This commit is contained in:
@@ -35,7 +35,7 @@ start_core() {
|
||||
[ "$crashcore" = singboxr ] && coretype=singbox
|
||||
[ "$crashcore" = meta -o "$crashcore" = clashpre ] && coretype=clash
|
||||
|
||||
. "$CRASHDIR/menus/6_core_config.sh" && gen_${coretype}_providers
|
||||
. "$CRASHDIR/menus/6_core_config.sh" && gen_"${coretype}"_providers
|
||||
|
||||
elif [ -s "$core_config" ] || [ -n "$Url" ] || [ -n "$Https" ]; then
|
||||
"$CRASHDIR/start.sh" start
|
||||
|
||||
Reference in New Issue
Block a user