From 900e10e3d3a7e73095984ba946c89367698e4283 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Mon, 21 Nov 2016 18:09:55 +0100 Subject: [PATCH] Added gsh script --- container_files/bin/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/container_files/bin/start.sh b/container_files/bin/start.sh index 48c58e44..c49fd0c9 100755 --- a/container_files/bin/start.sh +++ b/container_files/bin/start.sh @@ -54,6 +54,8 @@ 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 fi fi