Skip to content

Commit

Permalink
Fix the download of the custom config file for Taginfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 15, 2024
1 parent b11a0c2 commit 04810ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/taginfo/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ start_web() {

ACTION=$1
# Overwrite the config file
[[ ! -z ${OVERWRITE_CONFIG_URL} ]] && wget $OVERWRITE_CONFIG_URL -o /usr/src/app/taginfo-config.json
[[ ! -z ${OVERWRITE_CONFIG_URL} ]] && wget $OVERWRITE_CONFIG_URL -O /usr/src/app/taginfo-config.json

if [ "$ACTION" = "web" ]; then
start_web
Expand Down

0 comments on commit 04810ab

Please sign in to comment.