Skip to content

Commit

Permalink
Update set-up-and-migrate-database.sh (getsentry#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmrbrewer authored Feb 7, 2022
1 parent 79292a3 commit f3027d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/set-up-and-migrate-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ -n "${CI:-}" || "${SKIP_USER_PROMPT:-0}" == 1 ]]; then
echo "Did not prompt for user creation due to non-interactive shell."
echo "Run the following command to create one yourself (recommended):"
echo ""
echo " docker compose run --rm web createuser"
echo " $dc_base run --rm web createuser"
echo ""
else
$dcr web upgrade
Expand Down

0 comments on commit f3027d0

Please sign in to comment.