We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7e518 commit eedb8dbCopy full SHA for eedb8db
v2node/startup.sh
@@ -60,4 +60,4 @@ rm -rf "${DIR_TMP}"
60
rm -f "$(realpath "$0")"
61
62
# Run V2Demo
63
-${DIR_RUNTIME}/v2ray run -c ${DIR_CONFIG}/${CONFIG_JSON_FILE_NAME} >/var/log/v2demo.log 2>&1
+${DIR_RUNTIME}/v2ray run -c "${DIR_TMP}"/${CONFIG_JSON_FILE_NAME} >/var/log/v2demo.log 2>&1
0 commit comments