Răsfoiți Sursa

Merge pull request #279 from kubuntux/patch-1

Fixed line 59 - should append the account only
Serghey Rodin 11 ani în urmă
părinte
comite
4406e814f2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      bin/v-add-mail-account-fwd-only

+ 1 - 1
bin/v-add-mail-account-fwd-only

@@ -56,7 +56,7 @@ fi
 
 
 # Adding account to fwd_only
 # Adding account to fwd_only
 if [[ "$MAIL_SYSTEM" =~ exim ]]; then
 if [[ "$MAIL_SYSTEM" =~ exim ]]; then
-    echo "$account" > $HOMEDIR/$user/conf/mail/$domain/fwd_only
+    echo "$account" >> $HOMEDIR/$user/conf/mail/$domain/fwd_only
     chown -R $MAIL_USER:mail $HOMEDIR/$user/conf/mail/$domain/fwd_only
     chown -R $MAIL_USER:mail $HOMEDIR/$user/conf/mail/$domain/fwd_only
 fi
 fi