summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-09-04 15:58:12 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-09-04 15:58:45 +0000
commit0b3d433941a20360f028123edc4b8a583af3d7fe (patch)
tree5c0c6cd34b4dce3a92bf471b45edd4fca162c41d
parentUsing less confusing variable name for the txt record to update in dehydrated... (diff)
downloadservice-tools-0b3d433941a20360f028123edc4b8a583af3d7fe.tar.xz
service-tools-0b3d433941a20360f028123edc4b8a583af3d7fe.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}