aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorEirik Nygaard <eirik@ngrd.no>2022-11-07 09:10:40 +0100
committerGitHub <noreply@github.com>2022-11-07 09:10:40 +0100
commit24138b41c3cc7ba82f33139faf2ed6eb985bf5d5 (patch)
tree2467858501846bfb880a32048a85b15a9d0ef17f /standalone-container
parenta2eca5f54c45838d072f9641505baa3ae0d26746 (diff)
Revert "Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]""""
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java b/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java
index a677c69cb79..f80cdbed900 100644
--- a/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java
+++ b/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneContainerApplication.java
@@ -67,7 +67,7 @@ public class StandaloneContainerApplication implements Application {
public static final Named APPLICATION_PATH_NAME = Names.named(APPLICATION_LOCATION_INSTALL_VARIABLE);
public static final Named CONFIG_MODEL_REPO_NAME = Names.named("ConfigModelRepo");
- private static final String DEFAULT_TMP_BASE_DIR = Defaults.getDefaults().underVespaHome("tmp");
+ private static final String DEFAULT_TMP_BASE_DIR = Defaults.getDefaults().underVespaHome("var/tmp");
private static final String TMP_DIR_NAME = "standalone_container";
private static final StaticConfigDefinitionRepo configDefinitionRepo = new StaticConfigDefinitionRepo();