diff options
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-x | bin/ftpsync | 2 |
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" |