Sentry/install/ensure-files-from-examples.sh

8 lines
211 B
Bash
Raw Permalink Normal View History

echo "${_group}Ensuring files from examples ..."
ensure_file_from_example "$SENTRY_CONFIG_PY"
ensure_file_from_example "$SENTRY_CONFIG_YML"
ensure_file_from_example symbolicator/config.yml
echo "${_endgroup}"