From 8c6d54ac9e8d6defd2c76e2e30477a09ec7914e9 Mon Sep 17 00:00:00 2001 From: lawtancool <26829131+lawtancool@users.noreply.github.com> Date: Sun, 4 Jul 2021 17:28:13 -0700 Subject: [PATCH] Add missing fi --- dyndns.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dyndns.sh b/dyndns.sh index cead896..8745acd 100755 --- a/dyndns.sh +++ b/dyndns.sh @@ -61,6 +61,7 @@ while ( true ); do else : echo "Unable to update '$sub' domain name as it has duplicate DNS records. Set REMOVE_DUPLICATES='true' to remove them." continue + fi fi # re-enable glob expansion