From b46676de6f6a531b2bb643012373b5a96e66414c Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 9 Oct 2015 15:22:14 +0200
Subject: [PATCH] Further improve opendkim setup script user friendliness.

---
 setup_opendkim.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup_opendkim.sh b/setup_opendkim.sh
index b8058e5..ce1e3d5 100755
--- a/setup_opendkim.sh
+++ b/setup_opendkim.sh
@@ -31,7 +31,8 @@ if [ ! -n "$file" ]; then
     set +x
     echo
     echo 'Generated key file at '$selector'.private.'
-    echo 'APPLY the content of '$selector'.txt below to your DNS record.'
+    echo 'Also generated '$selector'.txt, APPLY its content below to your DNS' \
+         'record.'
     echo 'AFTER the waiting time for DNS propagation RERUN this script with' \
           'the key file as SECOND parameter (still use selector as first one).'
     echo
-- 
2.30.2