Browse Source

Whitespace fix.

pull/3198/head
Sunil Nimmagadda 5 years ago
parent
commit
b1bc97d4d9
  1. 4
      dnsapi/dns_nsd.sh

4
dnsapi/dns_nsd.sh

@ -78,7 +78,7 @@ _increment_serial() {
} else
$6++
}
{ print }' "$Nsd_ZoneFile" > "$tmpfile" || return 1
awk '{print}' "$tmpfile" > "$Nsd_ZoneFile"
{ print }' "$Nsd_ZoneFile" >"$tmpfile" || return 1
awk '{print}' "$tmpfile" >"$Nsd_ZoneFile"
rm -f "$tmpfile"
}
Loading…
Cancel
Save