self-hosted/install/ensure-files-from-examples.sh
2022-05-25 12:54:29 -04:00

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}"