diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-06-02 08:56:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-02 08:56:30 -0400 |
commit | 493fbd2f73d056ab61fb66b92daf5e2c842d6fb7 (patch) | |
tree | bc31b8ffe172163f94bdb1e50c11b77e44e4f12b | |
parent | 1b0ef283a95fec1a6ef953bdf168f9b764bb4809 (diff) | |
parent | 7095c1f60539e2c49cbb89987aca1f7ed979f80c (diff) |
Merge pull request #3 from wrigleyster/patch-1
Fix typo in the deleting of `-o` flags
-rwxr-xr-x | emailwiz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emailwiz.sh b/emailwiz.sh index 0c5eb30..44dba4e 100755 --- a/emailwiz.sh +++ b/emailwiz.sh @@ -55,7 +55,7 @@ postconf -e "home_mailbox = Mail/Inbox/" echo "Configuring Postfix's master.cf..." -sed -i "/^\s*o/d;/^\s*submission/d;/^\s*smtp/d" /etc/postfix/master.cf +sed -i "/^\s*-o/d;/^\s*submission/d;/^\s*smtp/d" /etc/postfix/master.cf echo "smtp unix - - n - - smtp smtp inet n - y - - smtpd |