From 75325979569347cf92e35e7c379f0e5182a56f98 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 27 May 2019 16:29:02 -0400 Subject: [PATCH] how did I miss that --- mailserver.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mailserver.sh b/mailserver.sh index e7dfd63..3929ddf 100755 --- a/mailserver.sh +++ b/mailserver.sh @@ -193,13 +193,13 @@ postconf -e "non_smtpd_milters = inet:localhost:8891" echo "Restarting Dovecot..." -service dovecot restart && "Dovecot restarted." +service dovecot restart && echo "Dovecot restarted." echo "Restarting Postfix..." -service postfix restart && "Postfix restarted." +service postfix restart && echo "Postfix restarted." echo "Restarting OpenDKIM..." -service opendkim restart && "OpenDKIM restarted." +service opendkim restart && echo "OpenDKIM restarted." echo "Restarting Spam Assassin..." -service spamassassin restart && "Spamassassin restarted." +service spamassassin restart && echo "Spamassassin restarted." pval="$(tr -d "\n"