From 6276ad90b6466031941484d40f88a76618e8db61 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 27 Sep 2008 16:50:17 +0200 Subject: logdir fix logdir variable setting Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ftpsync') 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/" -- cgit v1.2.3