From fad5cfaef88c10e7f547acdcab7275d294f65d62 Mon Sep 17 00:00:00 2001 From: Christoph Schulz Date: Mon, 8 Aug 2016 09:34:49 +0200 Subject: [PATCH] Echo log file. --- nsupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsupdate.sh b/nsupdate.sh index b7e4517..96c5be1 100755 --- a/nsupdate.sh +++ b/nsupdate.sh @@ -38,7 +38,7 @@ if ls $(dirname $0)/nsupdate.d/*.config &> /dev/null; then for f in $(dirname $0)/nsupdate.d/*.config do if [[ "$SILENT" == "NO" ]]; then - echo "Starting nameserver update with config file $f" + echo "Starting nameserver update with config file $f ($LOG)" fi ## Set record type to IPv4 TYPE=A