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.
1 parentbc354f2 commit10d718fCopy full SHA for 10d718f
scripts/develop.sh
@@ -164,7 +164,7 @@ fatal() {
164
165
if [!-f"${PROJECT_ROOT}/.coderv2/developsh-did-first-setup" ];then
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
+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
# Only create this file if an admin user was successfully
169
# created, otherwise we won't retry on a later attempt.
170
touch"${PROJECT_ROOT}/.coderv2/developsh-did-first-setup"