diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-07 14:46:48 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-07 14:46:48 -0200 |
commit | b89122f4559b84aa70302ba8602dc3114479e343 (patch) | |
tree | 73b92c7ba4901c5d3f638dbe97019253aa166bfe | |
parent | b3c7693c1598b9fc2aef77fd707a4cd8bd466412 (diff) | |
download | puppet-backup-b89122f4559b84aa70302ba8602dc3114479e343.tar.gz puppet-backup-b89122f4559b84aa70302ba8602dc3114479e343.tar.bz2 |
Rsync handler patch from upstream #8196 (2)
-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 |