From df372ab26f497f5cfd0dbd1c23f03802bb64a8b6 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Mon, 21 Nov 2016 20:54:28 +0100 Subject: [PATCH] added path and order --- container_files/bin/start.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/container_files/bin/start.sh b/container_files/bin/start.sh index c49fd0c9..0d9bbca9 100755 --- a/container_files/bin/start.sh +++ b/container_files/bin/start.sh @@ -54,8 +54,7 @@ else /opt/autoexec/bin/firstrun.sh date >> $log /usr/local/bin/httpd-shib-foreground & - cd /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/ - ./gsh -loader & - /opt/grouper/2.3.0/apache-tomcat-6.0.35/bin/catalina.sh run + /opt/grouper/2.3.0/apache-tomcat-6.0.35/bin/catalina.sh run & + PWD=/opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh -loader fi fi