summaryrefslogtreecommitdiff
path: root/bin/websync
diff options
context:
space:
mode:
Diffstat (limited to 'bin/websync')
-rwxr-xr-xbin/websync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/websync b/bin/websync
index 086ab44..ba5ee5e 100755
--- a/bin/websync
+++ b/bin/websync
@@ -126,7 +126,7 @@ TO=${TO:-"/org/www.debian.org/www"}
PROGRAM=${PROGRAM:-"${NAME}-$(hostname -s)"}
# Where to send mails about mirroring to?
-if [ "x$(hostname -s)x" != "x${MIRRORNAME%%.debian.org}x" ]; then
+if [ "x$(hostname -d)x" != "xdebian.orgx" ]; then
# We are not on a debian.org host
MAILTO=${MAILTO:-"root"}
else