diff --git a/container_files/bin/configure.sh b/container_files/bin/configure.sh index 1463b76c..b8450a4d 100755 --- a/container_files/bin/configure.sh +++ b/container_files/bin/configure.sh @@ -27,5 +27,8 @@ cat /opt/etc/grouper.hibernate.properties >> $log cat /opt/etc/grouper.properties >> $log #Configure gsh loader -sed -i '1s/^/PWD=/opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/ ' /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh >> $log -sed -i '1s/^/GROUPER_HOME=/opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/ ' /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh >> $log +sed -i "1s|^|\n |" /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh >> $log +sed -i "1s|^|PWD=/opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/ |" /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh >> $log +sed -i "1s|^|\n |" /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh >> $log +sed -i "1s|^|GROUPER_HOME=/opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/ |' /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh >> $log +some text at the beginning