We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
scripts/develop.sh
1 parent883cf8a commit9557d45Copy full SHA for 9557d45
scripts/develop.sh
@@ -135,7 +135,7 @@ fatal() {
135
136
if [!-f"${PROJECT_ROOT}/.coderv2/developsh-did-first-setup" ];then
137
# 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
+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
139
# Only create this file if an admin user was successfully
140
# created, otherwise we won't retry on a later attempt.
141
touch"${PROJECT_ROOT}/.coderv2/developsh-did-first-setup"