Skip to content

Commit e59fce0

Browse files
committed
Make message more honest
1 parent 3cfc798 commit e59fce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/set-up-and-migrate-database.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ echo "${_group}Setting up / migrating database ..."
33
if [[ -n "${CI:-}" || "${SKIP_USER_CREATION:-0}" == 1 ]]; then
44
$dcr web upgrade --noinput
55
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):"
6+
echo "Did not prompt for user creation. Run the following command to create one"
7+
echo "yourself (recommended):"
88
echo ""
99
echo " $dc_base run --rm web createuser"
1010
echo ""

0 commit comments

Comments
 (0)