From e9e25bee119210c761df07021a43ff1a6e0a9c0a Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Mon, 12 Oct 2009 23:04:47 +0200 Subject: Update the test about debian.org machine in remaining scripts --- bin/runmirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/runmirrors') diff --git a/bin/runmirrors b/bin/runmirrors index ba181e5..a79e33d 100755 --- a/bin/runmirrors +++ b/bin/runmirrors @@ -62,7 +62,7 @@ PUSHDELAY=${PUSHDELAY:-600} # Which ssh key to use? KEYFILE=${KEYFILE:-".ssh/pushmirror"} # where to send mails 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 -- cgit v1.2.3