diff options
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync index f85fd28..3ec25a8 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -246,7 +246,7 @@ LOG=${LOG:-"${LOGDIR}/${NAME}.log"} TO=${TO:-"/srv/mirrors/debian/"} # used by log() and error() -PROGRAM=${PROGRAM:-"${NAME}-$(hostname -s)"} +PROGRAM=${PROGRAM:-"${NAME}"} # Where to send mails about mirroring to? if [ "x$(hostname -d)x" != "xdebian.orgx" ]; then |