From 4ec2969d4ac38b123e4c1425ffe6b53f950f543a Mon Sep 17 00:00:00 2001 From: Alper Kanat Date: Mon, 14 Dec 2020 13:00:50 +0300 Subject: [PATCH] Update dyndns.sh --- dyndns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyndns.sh b/dyndns.sh index 1cd7804..617c519 100755 --- a/dyndns.sh +++ b/dyndns.sh @@ -54,7 +54,7 @@ while ( true ); do -d "$data" \ "$url" &> /dev/null else - echo "existing DNS record address ($record_data) did not need updating" + echo "existing DNS record address ($record_data) did not need updating" fi done else