Skip to content

Commit

Permalink
fix(dockerfile): Fix code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelsJP committed Feb 2, 2024
1 parent aec0bd4 commit 84099e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ if [ "${ors_build_graphs}" = "true" ]; then
mkdir -p "${ors_engine_graphs_root_path}" || warning "Could not populate graph folder at ${ors_engine_graphs_root_path}"
fi

# Do the same for the example-ors-config.env
# check if the example-ors-config.env exists in the config folder or if the example-ors-config.env in the root folder has changed
if [ ! -f "${ORS_HOME}/config/example-ors-config.env" ] || ! cmp -s "/example-ors-config.env" "${ORS_HOME}/config/example-ors-config.env"; then
cp -f "/example-ors-config.env" "${ORS_HOME}/config/example-ors-config.env" || warning "Could not copy example-ors-config.env to ${ORS_HOME}/config"
success "Updated the example-ors-config.env at ${ORS_HOME}/config/example-ors-config.env"
Expand Down

0 comments on commit 84099e4

Please sign in to comment.