self-hosted/install/ensure-files-from-examples.sh
2021-03-30 10:21:05 -04:00

9 lines
260 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'
ensure_file_from_example 'sentry/requirements.txt'
echo "${_endgroup}"