From c511ba56bf1400c31956f534fbfbeb88702de28e Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 30 Oct 2008 21:49:29 +0100 Subject: = is not the same as != Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ftpsync b/bin/ftpsync index a431658..df31745 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -209,7 +209,7 @@ TO=${TO:-"/org/ftp.debian.org/ftp/"} PROGRAM=${PROGRAM:-"${NAME}-$(hostname -s)"} # Where to send mails about mirroring to? -if [ "x${HOSTNAME}x" = "x${HOSTNAME%%.debian.org}x" ]; then +if [ "x${HOSTNAME}x" != "x${HOSTNAME%%.debian.org}x" ]; then # We are not on a debian.org host MAILTO=${MAILTO:-"root"} else -- cgit v1.2.3