From c1aa74d28eefa38d5a513ffee52b22bc63652579 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 22 Feb 2011 22:32:48 +0100 Subject: ftpsync path/filename without "" considered bad, mmmmmmmkay? 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 78006f3..1f815fe 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -492,7 +492,7 @@ while [ -e "${UPDATEREQUIRED}" ]; do # We are lucky, it worked. Now do step 2 and sync again, this time including # the packages/releases files ${RSYNC} ${RSYNC_OPTIONS} ${RSYNC_OPTIONS2} ${EXCLUDE} ${SOURCE_EXCLUDE} \ - ${RSYNCPTH}::${RSYNC_PATH} "${TO}" >>${LOGDIR}/rsync-${NAME}.log 2>>${LOGDIR}/rsync-${NAME}.error + ${RSYNCPTH}::${RSYNC_PATH} "${TO}" >>"${LOGDIR}/rsync-${NAME}.log" 2>>"${LOGDIR}/rsync-${NAME}.error" result=$? set -e -- cgit v1.2.3