From 66f679d569351489a07f9dacadbe73887d82df54 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 19 Oct 2008 09:20:31 +0200 Subject: ftpsync set syncall to false if we only need stage1 or stage2 Signed-off-by: Joerg Jaspert --- bin/ftpsync | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/ftpsync b/bin/ftpsync index 51aef1a..3c769e1 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -62,9 +62,11 @@ check_commandline() { case "$1" in sync:stage1) SYNCSTAGE1="true" + SYNCALL="false" ;; sync:stage2) SYNCSTAGE2="true" + SYNCALL="false" ;; sync:callback) SYNCCALLBACK="true" -- cgit v1.2.3