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

View file

@ -361,7 +361,7 @@ check-update() {
case $status in case $status in
0) if [[ "$currentip" != "$externalip" ]]; then 0) if [[ "$currentip" != "$externalip" ]]; then
log "Updates found: $externalip is not $currentip" 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 if run-update "$currentip" "$externalip" "$record" "$domain"; then
log "Agents ran successfully" log "Agents ran successfully"
else else