diff options
| -rw-r--r-- | handlers/rsync.in | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/handlers/rsync.in b/handlers/rsync.in index 000f3ea..ee2b733 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -747,6 +747,10 @@ function move_files {  function prepare_storage { +  if [ "$test" ]; then +    return +  fi +    section="`basename $SECTION`"    if [ "$format" == "short" ]; then  | 
