diff --git a/Dockerfile b/Dockerfile index 8aad662..ecda6ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV TOMCAT_MAJOR=9 \ ##shib-idp \ VERSION=4.0.0 \ ##TIER \ - TIERVERSION=20200518 \ + TIERVERSION=20200529 \ #################### \ #### OTHER VARS #### \ #################### \ diff --git a/container_files/system/startup.sh b/container_files/system/startup.sh index 7b3e33c..7554946 100644 --- a/container_files/system/startup.sh +++ b/container_files/system/startup.sh @@ -1,5 +1,9 @@ #!/bin/sh +#set env vars for cron jobs +# this script creates /opt/tier/env.bash which is sourced by the cron jobs' scripts +/opt/tier/setenv.sh + #for passed-in env vars, remove spaces and replace any ; with : in usertoken env var since we will use ; as a delimiter export USERTOKEN="${USERTOKEN//;/:}" export USERTOKEN="${USERTOKEN// /}"