Skip to content

Commit

Permalink
Update webui/docker-entrypoint.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Di Maio <35903974+rdimaio@users.noreply.github.com>
  • Loading branch information
maany and rdimaio committed Nov 26, 2024
1 parent 0f483de commit e03796c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e03796c

Please sign in to comment.