summaryrefslogtreecommitdiff
path: root/bin/ftpsync
diff options
context:
space:
mode:
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