summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-09-04 15:58:12 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2021-09-04 16:21:31 +0000
commitf8ee9223560108a4eec1a16e1cc4d07c0ad42ee5 (patch)
tree14c3d081da49ccc67293dedcbdafdb9863e0db6a
parentUsing less confusing variable name for the txt record to update in dehydrated... (diff)
downloadservice-tools-f8ee9223560108a4eec1a16e1cc4d07c0ad42ee5.tar.xz
service-tools-f8ee9223560108a4eec1a16e1cc4d07c0ad42ee5.zip
Improving message when update txt records in dehydrated-nsupdate.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xdehydrated/bin/dehydrated-nsupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/dehydrated/bin/dehydrated-nsupdate b/dehydrated/bin/dehydrated-nsupdate
index 6bb618c..59bfee1 100755
--- a/dehydrated/bin/dehydrated-nsupdate
+++ b/dehydrated/bin/dehydrated-nsupdate
@@ -89,7 +89,7 @@ NAMESERVERS="$(${DIG} +short NS "${ZONE}")"
# update nameservers
for NAMESERVER in ${NAMESERVERS}
do
- echo -n " + Adding TXT record (${TXT_RECORD})..."
+ echo -n " + sending '${HOOK_ACTION}' for ${TXT_RECORD} to ${NAMESERVER}..."
echo "server ${NAMESERVER}
zone ${ZONE}