diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 5119e925d5..9a50d891d5 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -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 <<<"