Skip to content

Commit

Permalink
Fix spelling of log WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
TKussel committed Mar 19, 2024
1 parent 896b24b commit ec6f930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccp/modules/datashield-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ "$ENABLE_DATASHIELD" == true ]; then
# HACK: This only works because exporter-setup.sh and teiler-setup.sh are sourced after datashield-setup.sh
if [ -z "${ENABLE_EXPORTER}" ] || [ "${ENABLE_EXPORTER}" != "true" ]; then
log warn "The ENABLE_EXPORTER variable is either not set or not set to 'true'."
log WARN "The ENABLE_EXPORTER variable is either not set or not set to 'true'."
fi
OAUTH2_CALLBACK=/oauth2/callback
OAUTH2_PROXY_SECRET="$(echo \"This is a salt string to generate one consistent encryption key for the oauth2_proxy. It is not required to be secret.\" | sha1sum | openssl pkeyutl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 32)"
Expand Down

0 comments on commit ec6f930

Please sign in to comment.