From 4cac08437b875d0a4024051faabf0c5b3bcb975a Mon Sep 17 00:00:00 2001 From: Chris Hubing Date: Thu, 10 Dec 2020 21:42:15 +0000 Subject: [PATCH 1/2] update .gsh file --- Workbench/grouper_data/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workbench/grouper_data/Dockerfile b/Workbench/grouper_data/Dockerfile index ac69426..ed1ebe9 100644 --- a/Workbench/grouper_data/Dockerfile +++ b/Workbench/grouper_data/Dockerfile @@ -31,7 +31,7 @@ RUN mysql_install_db \ RUN (mysqld_safe & ) \ && while ! curl -s localhost:3306 > /dev/null; do echo waiting for mysqld to start; sleep 1; done; \ /opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh -registry -check -runscript -noprompt && \ - /opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh /tmp/initialize.sh + /opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh /tmp/initialize.gsh EXPOSE 3306 From de75382ef9b16b838778d5ca676d52fa2a998faa Mon Sep 17 00:00:00 2001 From: Chris Hubing Date: Thu, 10 Dec 2020 21:42:33 +0000 Subject: [PATCH 2/2] update grouper to 2.5 --- Workbench/webproxy/container_files/httpd/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workbench/webproxy/container_files/httpd/index.html b/Workbench/webproxy/container_files/httpd/index.html index 2557058..e9bbe7a 100644 --- a/Workbench/webproxy/container_files/httpd/index.html +++ b/Workbench/webproxy/container_files/httpd/index.html @@ -10,7 +10,7 @@

Welcome to the InCommon TAP Workbench!