Files
ShellCrash/scripts/libs/check_target.sh
2026-03-25 20:15:42 +08:00

9 lines
173 B
Bash

if echo "$crashcore" | grep -q 'singbox'; then
target=singbox
format=json
else
target=clash
format=yaml
fi
core_config="$CRASHDIR/${format}s/config.$format"