mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-03-10 23:41:22 +00:00
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" = singboxr ] && coretype=singbox
|
||||||
[ "$crashcore" = meta -o "$crashcore" = clashpre ] && coretype=clash
|
[ "$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
|
elif [ -s "$core_config" ] || [ -n "$Url" ] || [ -n "$Https" ]; then
|
||||||
"$CRASHDIR/start.sh" start
|
"$CRASHDIR/start.sh" start
|
||||||
|
|||||||
Reference in New Issue
Block a user