Browse Source

Configure bdsmail users

Bob Mottram 7 years ago
parent
commit
49f094140c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-bdsmail

+ 2
- 0
src/freedombone-app-bdsmail View File

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