We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd959bc commit bc14e80Copy full SHA for bc14e80
setup/firstuser.sh
@@ -48,7 +48,7 @@ if [ -z "$(management/cli.py user)" ]; then
48
fi
49
50
# Create the user's mail account. This will ask for a password if none was given above.
51
- management/cli.py user add "$EMAIL_ADDR" "${EMAIL_PW:-}"
+ management/cli.py user add "$EMAIL_ADDR" ${EMAIL_PW:+"$EMAIL_PW"}
52
53
# Make it an admin.
54
hide_output management/cli.py user make-admin "$EMAIL_ADDR"
0 commit comments