Skip to content

Commit

Permalink
webui: download experiment-logo.png on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
maany authored and bari12 committed Dec 19, 2024
1 parent 2c8a192 commit 5c0c3aa
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 @@ -44,7 +44,7 @@ if [ -z "${RUCIO_WEBUI_COMMUNITY_LOGO_URL}" ]; then
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}
wget -O /opt/rucio/webui/public/experiment-logo.png ${RUCIO_WEBUI_COMMUNITY_LOGO_URL}
fi

if [ -d "/patch" ]
Expand Down

0 comments on commit 5c0c3aa

Please sign in to comment.