From 23d1853b550c216f77d0d30601e5d83f3744483c Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 18 Nov 2008 20:21:58 +0100 Subject: missing space 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 c1549c3..202bb02 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -333,7 +333,7 @@ if [ -x "${LOCKFILE}" ]; then exit 1 fi else - if [ "`find ${LOCK} -maxdepth 1 -cmin -720`" != ""]; then + if [ "`find ${LOCK} -maxdepth 1 -cmin -720`" != "" ]; then error "Unable to start rsync, lock file still exists" exit 1 else -- cgit v1.2.3