Skip to content

Commit

Permalink
fix(dockerfile): Move the migration notice
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Feb 2, 2024
1 parent 6cad3c3 commit 627b7c2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,11 @@ else
success "The example-ors-config.yml in ${ORS_HOME}/config is up to date"
fi

echo "##########################################"
echo "# Config migration and usage information #"
echo "##########################################"

# Print the migration info if print_migration_info is set to True but not if PRINT_MIGRATION_INFO is set to False
if [ "${print_migration_info}" = "True" ] && [ "${PRINT_MIGRATION_INFO}" != "False" ]; then
echo "##########################################"
echo "# Config migration and usage information #"
echo "##########################################"
info ">>> Migration information <<<"
info "Find detailed information for migrating to ORS version 8 at: "# TODO
info ">>> Config migration <<<"
Expand Down

0 comments on commit 627b7c2

Please sign in to comment.