summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-10-19 09:20:31 +0200
committerJoerg Jaspert <joerg@debian.org>2008-10-19 09:20:31 +0200
commit66f679d569351489a07f9dacadbe73887d82df54 (patch)
tree8781f7fc97b7cac748a02b132497f9636a84c23e /bin
parent3447941eab35bbf9bc7ed4e68cdd884b202898d7 (diff)
ftpsync
set syncall to false if we only need stage1 or stage2 Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ftpsync2
1 files changed, 2 insertions, 0 deletions
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"