We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfc798 commit e59fce0Copy full SHA for e59fce0
install/set-up-and-migrate-database.sh
@@ -3,8 +3,8 @@ echo "${_group}Setting up / migrating database ..."
3
if [[ -n "${CI:-}" || "${SKIP_USER_CREATION:-0}" == 1 ]]; then
4
$dcr web upgrade --noinput
5
echo ""
6
- echo "Did not prompt for user creation due to non-interactive shell."
7
- echo "Run the following command to create one yourself (recommended):"
+ echo "Did not prompt for user creation. Run the following command to create one"
+ echo "yourself (recommended):"
8
9
echo " $dc_base run --rm web createuser"
10
0 commit comments