diff --git a/webui/docker-entrypoint.sh b/webui/docker-entrypoint.sh index 1d2fed0..3942b29 100755 --- a/webui/docker-entrypoint.sh +++ b/webui/docker-entrypoint.sh @@ -41,7 +41,7 @@ log "removing httpd example ssl config" rm -rf /etc/httpd/conf.d/ssl.conf if [ -z "${RUCIO_WEBUI_COMMUNITY_LOGO_URL}" ]; then - log "Environment variable RUCIO_COMMUNITY_LOGO_URL is not set. The default experiment-icon will be used." + log "Environment variable RUCIO_WEBUI_COMMUNITY_LOGO_URL is not set. The default experiment-icon will be used." else log "Downloading community logo from ${RUCIO_WEBUI_COMMUNITY_LOGO_URL}" wget -O /opt/rucio/webui/public/experiment-icon.png ${RUCIO_WEBUI_COMMUNITY_LOGO_URL}