Skip to content

Commit

Permalink
4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Nov 28, 2023
1 parent 7159150 commit 49b6c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \

ARG GROUPER_CONTAINER_VERSION

ENV GROUPER_VERSION=4.9.0 \
GROUPER_CONTAINER_VERSION=4.9.1 \
ENV GROUPER_VERSION=4.9.2 \
GROUPER_CONTAINER_VERSION=4.9.2 \
JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto \
PATH=$PATH:$JAVA_HOME/bin \
GROUPER_HOME=/opt/grouper/grouperWebapp/WEB-INF
Expand Down
2 changes: 1 addition & 1 deletion container_files/usr-local-bin/libraryRunCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runCommand() {

if [ "$GROUPER_RUN_TOMCAT_NOT_SUPERVISOR" = "true" ]; then
if [ "$GROUPER_RUN_PROCESSES_AS_USERS" = "true" ]; then
echo "grouperContainer; INFO: (libraryRunCommand.sh-runCommand) Starting tomcat: sudo -u tomcat /opt/tomcat/bin/catalina.sh run"
echo "grouperContainer; INFO: (libraryRunCommand.sh-runCommand) Starting tomcat: sudo --preserve-env -u tomcat /opt/tomcat/bin/catalina.sh run"
sudo --preserve-env -u tomcat /opt/tomcat/bin/catalina.sh run
else
echo "grouperContainer; INFO: (libraryRunCommand.sh-runCommand) Starting tomcat: /opt/tomcat/bin/catalina.sh run"
Expand Down

0 comments on commit 49b6c13

Please sign in to comment.