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