diff options
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync index b8c1ce6..de2cb47 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -48,7 +48,7 @@ NAME="`basename $0`" # There should be nothing to edit here, use the config file # ######################################################################## HOSTNAME=${HOSTNAME:-`hostname -f`} -LOGDIR=${LOG:-"${HOME}/log"} +LOGDIR=${LOGDIR:-"${HOME}/log"} LOG=${LOG:-"${LOGDIR}/$0.log"} TO="/org/ftp.debian.org/ftp/" |