Clear password after use

This commit is contained in:
Bob Mottram 2018-02-13 10:23:32 +00:00
parent 455b2c6f7b
commit 1a11a8cfdd
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ function install_bdsmail {
bdsmail_configure_users
$BDSMAIL_DIR/bin/newmail $MY_USERNAME /home/$MY_USERNAME/MailDir/i2p "$user_account_password"
user_account_password=
APP_INSTALLED=1
}