typo upon new config.json creation
when new config.json gets created, the prompt should be "installed: /usr/local/etc/v2ray/config.json" instead of "installed: /usr/local/etc/v2rayconfig.json"pull/126/head
parent
a02a434fd8
commit
4d4967776e
|
@ -527,7 +527,7 @@ main() {
|
||||||
echo "installed: ${DAT_PATH}/geosite.dat"
|
echo "installed: ${DAT_PATH}/geosite.dat"
|
||||||
fi
|
fi
|
||||||
if [[ "$CONFIG_NEW" -eq '1' ]]; then
|
if [[ "$CONFIG_NEW" -eq '1' ]]; then
|
||||||
echo "installed: ${JSON_PATH}config.json"
|
echo "installed: ${JSON_PATH}/config.json"
|
||||||
fi
|
fi
|
||||||
if [[ "$CONFDIR" -eq '1' ]]; then
|
if [[ "$CONFDIR" -eq '1' ]]; then
|
||||||
echo "installed: ${JSON_PATH}00_log.json"
|
echo "installed: ${JSON_PATH}00_log.json"
|
||||||
|
|
Loading…
Reference in New Issue