From 7952df326c22ffed648aa313357496cf2a1709f2 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 28 Oct 2016 15:45:54 +0000 Subject: [PATCH] Fixed setup. Merged from branch git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution-bundle@133741 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/resources/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/setup.sh b/src/resources/setup.sh index fa12821..9f6d3f8 100644 --- a/src/resources/setup.sh +++ b/src/resources/setup.sh @@ -2,7 +2,7 @@ PS1='$ ' TOMCAT_DST_FOLDER="tomcat" TOMCAT_VERSION="${tomcat.version}" TOMCAT_PID_FILENAME="tomcat.pid" -SMARTGEAR_DISTRIBUTION_DIRECTORY="smartgears-distribution-${smartgears-distribution.version}" +SMARTGEAR_DISTRIBUTION_DIRECTORY=$(ls -d smartgears-distribution-*) SMARTGEAR_ROOT=${PWD} BUNDLE_HOME=${SMARTGEAR_ROOT}