Fixing bugs 3
This commit is contained in:
parent
d68b655434
commit
312afc71ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue