Skip to content

Commit 9557d45

Browse files
authored
fix: Generate trial in scripts/develop.sh (#5231)
1 parent 883cf8a commit 9557d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/develop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ fatal() {
135135

136136
if [ ! -f "${PROJECT_ROOT}/.coderv2/developsh-did-first-setup" ]; then
137137
# Try to create the initial admin user.
138-
if "${CODER_DEV_SHIM}" login http://127.0.0.1:3000 --first-user-username=admin --first-user-email=admin@coder.com --first-user-password="${password}"; then
138+
if "${CODER_DEV_SHIM}" login http://127.0.0.1:3000 --first-user-username=admin --first-user-email=admin@coder.com --first-user-password="${password}" --first-user-trial=true; then
139139
# Only create this file if an admin user was successfully
140140
# created, otherwise we won't retry on a later attempt.
141141
touch "${PROJECT_ROOT}/.coderv2/developsh-did-first-setup"

0 commit comments

Comments
 (0)