Skip to content

Commit 10d718f

Browse files
committed
set first-user-trial to false in develop.sh
1 parent bc354f2 commit 10d718f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/develop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ fatal() {
164164

165165
if [ ! -f "${PROJECT_ROOT}/.coderv2/developsh-did-first-setup" ]; then
166166
# Try to create the initial admin user.
167-
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-full-name="Admin User" --first-user-trial=true; then
167+
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-full-name="Admin User" --first-user-trial=false; then
168168
# Only create this file if an admin user was successfully
169169
# created, otherwise we won't retry on a later attempt.
170170
touch "${PROJECT_ROOT}/.coderv2/developsh-did-first-setup"

0 commit comments

Comments
 (0)