summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-10-21 23:59:35 +0200
committerJoerg Jaspert <joerg@debian.org>2008-10-21 23:59:35 +0200
commit91e939326074e51b11e003ded92da2a4cb7dd6be (patch)
tree4afdfabd323f24f950df19ed5be39e03c3987b10 /bin
parente58662b0199cfd5b0fd1b768cdbb8fd8727bbb0c (diff)
it seems i really like to forget the space in front of ];
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync
index ab9880b..648aea1 100755
--- a/bin/ftpsync
+++ b/bin/ftpsync
@@ -315,7 +315,7 @@ exec >"$LOG" 2>&1
log "Mirrorsync start"
log "Acquired main lock"
-if [ "xtruex" = "x${SYNCCALLBACK}x" ] && [ "xnonex" = "x${CALLBACKHOST}x" ] || [ "xnonex" = "x${CALLBACKKEY}x"]; then
+if [ "xtruex" = "x${SYNCCALLBACK}x" ] && [ "xnonex" = "x${CALLBACKHOST}x" ] || [ "xnonex" = "x${CALLBACKKEY}x" ]; then
SYNCCALLBACK="false"
error "We are asked to call back, but we do not know where to and do not have a key, ignoring callback"
fi