Skip to content
Snippets Groups Projects
Commit 9a7b8183 authored by Bob Mottram's avatar Bob Mottram
Browse files

username when creating password entry

parent ae46a1b5
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ function install_bdsmail {
fi
bdsmail_admin_password="$(create_password ${MINIMUM_PASSWORD_LENGTH})"
${PROJECT_NAME}-pass -u $new_username -a bdsmail -p "$bdsmail_admin_password"
${PROJECT_NAME}-pass -u $MY_USERNAME -a bdsmail -p "$bdsmail_admin_password"
$BDSMAIL_DIR/bin/mailtool $BDSMAIL_DIR/config.ini admin $BDSMAIL_DIR/Maildir/i2p/admin $bdsmail_admin_password
# Create mutt configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment