Skip to content

Commit 4406e81

Browse files
committed
Merge pull request hestiacp#279 from kubuntux/patch-1
Fixed line 59 - should append the account only
2 parents 4bd4f2a + 2a426c5 commit 4406e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fi
5656

5757
# Adding account to fwd_only
5858
if [[ "$MAIL_SYSTEM" =~ exim ]]; then
59-
echo "$account" > $HOMEDIR/$user/conf/mail/$domain/fwd_only
59+
echo "$account" >> $HOMEDIR/$user/conf/mail/$domain/fwd_only
6060
chown -R $MAIL_USER:mail $HOMEDIR/$user/conf/mail/$domain/fwd_only
6161
fi
6262

0 commit comments

Comments
 (0)