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
This commit is contained in:
Luca Frosini 2016-10-28 15:45:54 +00:00
parent 568d9e0e08
commit 7952df326c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ PS1='$ '
TOMCAT_DST_FOLDER="tomcat" TOMCAT_DST_FOLDER="tomcat"
TOMCAT_VERSION="${tomcat.version}" TOMCAT_VERSION="${tomcat.version}"
TOMCAT_PID_FILENAME="tomcat.pid" TOMCAT_PID_FILENAME="tomcat.pid"
SMARTGEAR_DISTRIBUTION_DIRECTORY="smartgears-distribution-${smartgears-distribution.version}" SMARTGEAR_DISTRIBUTION_DIRECTORY=$(ls -d smartgears-distribution-*)
SMARTGEAR_ROOT=${PWD} SMARTGEAR_ROOT=${PWD}
BUNDLE_HOME=${SMARTGEAR_ROOT} BUNDLE_HOME=${SMARTGEAR_ROOT}