Skip to content
Snippets Groups Projects
Commit 89860aa3 authored by rhatto's avatar rhatto
Browse files

Rsync: check test mode also in prepare_storage (#8196)

parent c649339b
No related branches found
No related tags found
No related merge requests found
...@@ -747,6 +747,10 @@ function move_files { ...@@ -747,6 +747,10 @@ function move_files {
function prepare_storage { function prepare_storage {
if [ "$test" ]; then
return
fi
section="`basename $SECTION`" section="`basename $SECTION`"
if [ "$format" == "short" ]; then if [ "$format" == "short" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment