summaryrefslogtreecommitdiffstats
path: root/clustercontroller-standalone
diff options
context:
space:
mode:
Diffstat (limited to 'clustercontroller-standalone')
-rwxr-xr-xclustercontroller-standalone/src/main/sh/fleetcontroller-start2
1 files changed, 1 insertions, 1 deletions
diff --git a/clustercontroller-standalone/src/main/sh/fleetcontroller-start b/clustercontroller-standalone/src/main/sh/fleetcontroller-start
index dda006ff7b1..8f8e07b8110 100755
--- a/clustercontroller-standalone/src/main/sh/fleetcontroller-start
+++ b/clustercontroller-standalone/src/main/sh/fleetcontroller-start
@@ -62,7 +62,7 @@ findroot
JAR=lib/jars/clustercontroller-standalone-jar-with-dependencies.jar
-ROOT=$VESPA_HOME
+ROOT=${VESPA_HOME%/}
export ROOT
cd $ROOT || { echo "Cannot cd to $ROOT" 1>&2; exit 1; }