Files
ShellCrash/scripts/libs/check_target.sh
2025-12-25 15:50:58 +08:00

9 lines
161 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"