From c2984b230ff82509642eb5060fbb28b5aec06413 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Tue, 22 Nov 2016 01:34:25 +0100 Subject: [PATCH] fixed typo --- container_files/bin/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_files/bin/start.sh b/container_files/bin/start.sh index 6101b26a..e978d3ca 100755 --- a/container_files/bin/start.sh +++ b/container_files/bin/start.sh @@ -55,6 +55,6 @@ else date >> $log /usr/local/bin/httpd-shib-foreground & /opt/grouper/2.3.0/apache-tomcat-6.0.35/bin/catalina.sh run & - /opt/grouper/$version/grouper.apiBinary-$version/bin/gsh -loader + /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh -loader fi fi