ud-replicate: do not hard-code 'debian.org' in the 'write-zonefile debian.org' call...
[mirror/userdir-ldap.git] / ud-replicate
index 4f7609b..8324a86 100755 (executable)
@@ -165,7 +165,7 @@ fi
 rndc_reload=0
 if [ -e /var/lib/misc/thishost/dns-sshfp ]; then
   if ! cmp -s /var/lib/misc/thishost/dns-sshfp $tempfile; then
-    /git/HOOKS/write_zonefile debian.org
+    /git/HOOKS/write_zonefile "$EMAILAPPEND"
     rndc_reload=1
   fi
 fi