From 385db677724ef6766988f6576238e82a6218045e Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 8 Dec 2017 09:49:04 +0100 Subject: [PATCH] Fixed default webapp dir in config.json --- conf.d/etc/xds-agent/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/etc/xds-agent/config.json b/conf.d/etc/xds-agent/config.json index 235e6d6..1a7957e 100644 --- a/conf.d/etc/xds-agent/config.json +++ b/conf.d/etc/xds-agent/config.json @@ -1,6 +1,6 @@ { "httpPort": "8800", - "webAppDir": "./www", + "webAppDir": "${EXEPATH}/www", "logsDir": "${HOME}/.xds/agent/logs", "xdsServers": [ { -- 2.16.6