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 @@ -93,7 +93,7 @@ provision:
93
93
# If we are already logged in, nothing to do
94
94
coder templates list >/dev/null 2>&1 && exit 0
95
95
# Set up initial user
96
- [ ! -e ~/.config/coderv2/session ] && coder login http://localhost:3000 --first-user-username admin --first-user-email admin@coder.com --first-user-password $(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c8 | tee ${HOME}/.config/coderv2/password)
96
+ [ ! -e ~/.config/coderv2/session ] && coder login http://localhost:3000 --first-user-username admin --first-user-email admin@coder.com --first-user-password $(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c12 | tee ${HOME}/.config/coderv2/password)
97
97
# Create an initial template
98
98
temp_template_dir=$(mktemp -d)
99
99
echo code-server | coder templates init "${temp_template_dir}"
You can’t perform that action at this time.
0 commit comments