From 91e939326074e51b11e003ded92da2a4cb7dd6be Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 21 Oct 2008 23:59:35 +0200 Subject: it seems i really like to forget the space in front of ]; Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3