From 4d4967776ee5e3ba7f454d70969ab7b81f83df2f Mon Sep 17 00:00:00 2001 From: ricuhkaen <69312584+ricuhkaen@users.noreply.github.com> Date: Mon, 21 Sep 2020 23:36:46 +0000 Subject: [PATCH] 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" --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index 0753b90..5dda7de 100644 --- a/install-release.sh +++ b/install-release.sh @@ -527,7 +527,7 @@ main() { echo "installed: ${DAT_PATH}/geosite.dat" fi if [[ "$CONFIG_NEW" -eq '1' ]]; then - echo "installed: ${JSON_PATH}config.json" + echo "installed: ${JSON_PATH}/config.json" fi if [[ "$CONFDIR" -eq '1' ]]; then echo "installed: ${JSON_PATH}00_log.json"