summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
Diffstat (limited to 'standalone-container')
-rwxr-xr-xstandalone-container/src/main/sh/standalone-container.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone-container/src/main/sh/standalone-container.sh b/standalone-container/src/main/sh/standalone-container.sh
index bd4170be557..e5be27bb088 100755
--- a/standalone-container/src/main/sh/standalone-container.sh
+++ b/standalone-container/src/main/sh/standalone-container.sh
@@ -122,7 +122,7 @@ StartCommand() {
# stuff for the process:
local appdir="$VESPA_HOME/conf/$service-app"
- local cfpfile="$VESPA_HOME/var/jdisc_core/$service.properties"
+ local cfpfile="$VESPA_HOME/var/jdisc_container/$service.properties"
local bundlecachedir="$VESPA_HOME/var/vespa/bundlecache/$service"
cd "$VESPA_HOME" || Fail "Cannot cd to $VESPA_HOME"