Configure bdsmail users

This commit is contained in:
Bob Mottram 2018-02-12 13:51:45 +00:00
parent 5b9246ca7e
commit 49f094140c
1 changed files with 2 additions and 0 deletions

View File

@ -363,6 +363,8 @@ function install_bdsmail {
sed -i "s|username|$MY_USERNAME|g" /home/$MY_USERNAME/.mutt/bdsmail
chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.mutt
bdsmail_configure_users
APP_INSTALLED=1
}