diff --git a/container_files/bin/check.sh b/container_files/bin/check.sh index bf27d499..9b997d2e 100755 --- a/container_files/bin/check.sh +++ b/container_files/bin/check.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/container_files/bin/main.sh b/container_files/bin/main.sh index 01dfa7dd..36a34cb0 100755 --- a/container_files/bin/main.sh +++ b/container_files/bin/main.sh @@ -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