Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9557d45

Browse files
authored
fix: Generate trial inscripts/develop.sh (#5231)
1 parent883cf8a commit9557d45

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp