File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ fatal() {
164
164
165
165
if [ ! -f " ${PROJECT_ROOT} /.coderv2/developsh-did-first-setup" ]; then
166
166
# 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
168
168
# Only create this file if an admin user was successfully
169
169
# created, otherwise we won't retry on a later attempt.
170
170
touch " ${PROJECT_ROOT} /.coderv2/developsh-did-first-setup"
You can’t perform that action at this time.
0 commit comments