diff --git a/Dockerfile b/Dockerfile index 68f75e2..d2a23d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ LABEL author="tier-packaging@internet2.edu " \ ARG GROUPER_CONTAINER_VERSION -ENV GROUPER_VERSION=4.3.2 \ - GROUPER_CONTAINER_VERSION=4.3.2 \ +ENV GROUPER_VERSION=4.4.0 \ + GROUPER_CONTAINER_VERSION=4.4.0 \ JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto \ PATH=$PATH:$JAVA_HOME/bin \ GROUPER_HOME=/opt/grouper/grouperWebapp/WEB-INF diff --git a/container_files/usr-local-bin/librarySetupFilesTomcat.sh b/container_files/usr-local-bin/librarySetupFilesTomcat.sh index 2515417..ad2cf66 100644 --- a/container_files/usr-local-bin/librarySetupFilesTomcat.sh +++ b/container_files/usr-local-bin/librarySetupFilesTomcat.sh @@ -77,7 +77,7 @@ setupFilesTomcat_accessLogs() { if [ "$GROUPER_TOMCAT_LOG_ACCESS" = "true" ]; then if [ $(grep -c '' /opt/tomcat/conf/server.xml) -ge 1 ]; then - sed -i 's|||g' /opt/tomcat/conf/server.xml + sed -i 's|||g' /opt/tomcat/conf/server.xml returnCode=$? echo "grouperContainer; INFO: (librarySetupFilesTomcat.sh-setupFilesTomcat_accessLogs) Apply access logs: sed -i 's|||g' /opt/tomcat/conf/server.xml, result: $returnCode" if [ $returnCode != 0 ]; then exit $returnCode; fi