Fixing bugs 3

This commit is contained in:
Eric Renfro 2023-10-31 16:03:32 -04:00
parent d68b655434
commit 312afc71ee
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -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