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

9 lines
266 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}"