mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-02-01 16:32:44 +00:00
8 lines
216 B
Bash
8 lines
216 B
Bash
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}"
|