summaryrefslogtreecommitdiff
path: root/bin/ftpsync
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-18 20:21:58 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-18 20:21:58 +0100
commit23d1853b550c216f77d0d30601e5d83f3744483c (patch)
tree49e5f84ee1243825bdf173f3b5d135b46ddc9238 /bin/ftpsync
parent2956fd323f15f0d43f97ef16ab3170a2f90f1a41 (diff)
missing space
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
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