Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added blank lines
villadalmine committed Nov 21, 2016
1 parent b14bb9a commit fe519a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 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

0 comments on commit fe519a0

Please sign in to comment.