From 312afc71eeb0b4e4cd1fb00e4af47656302f6134 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Tue, 31 Oct 2023 16:03:32 -0400 Subject: [PATCH] Fixing bugs 3 --- src/dynamic-ip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dynamic-ip b/src/dynamic-ip index 727d07b..dcdf76e 100755 --- a/src/dynamic-ip +++ b/src/dynamic-ip @@ -361,7 +361,7 @@ check-update() { case $status in 0) if [[ "$currentip" != "$externalip" ]]; then log "Updates found: $externalip is not $currentip" - log "Running Agents for ${record}${domain:+."$domain"}" + log "Running Agents for ${record}" #${domain:+."$domain"} if run-update "$currentip" "$externalip" "$record" "$domain"; then log "Agents ran successfully" else