Skip to content

Commit

Permalink
Getting closer to creating schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 5, 2016
1 parent 3b2d3fc commit 954ac0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container_files/bin/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

log="/tmp/shib.log"

cd /opt/grouper/2.3.0/grouper.apiBinary-2.3.0 && GROUPER_HOME=/opt/grouper/2.3.0/grouper.apiBinary-2.3.0 bin/gsh.sh -check
cd /opt/grouper/2.3.0/grouper.apiBinary-2.3.0 && GROUPER_HOME=/opt/grouper/2.3.0/grouper.apiBinary-2.3.0 bin/gsh.sh -registry -check
3 changes: 2 additions & 1 deletion container_files/bin/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ if [ -e "/tmp/firsttimerunning" ]; then

rm -f /tmp/firsttimerunning
else
echo "Grouper DB already provisioned" >> $log
echo "Grouper container has run." >> $log
echo "If there are problems, docker rm this container and try again." >> $log
fi

exit 0

0 comments on commit 954ac0c

Please sign in to comment.