Skip to content
Snippets Groups Projects
Commit 1b991d6c authored by intrigeri's avatar intrigeri
Browse files

dup: fixed bandwidth vs desturl testing

parent f4580323
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ duplicity_sub="`echo $duplicity_version | @AWK@ -F '.' '{print $3}'`" ...@@ -107,7 +107,7 @@ duplicity_sub="`echo $duplicity_version | @AWK@ -F '.' '{print $3}'`"
scpoptions="$sshoptions" scpoptions="$sshoptions"
if [ "$bandwidthlimit" != 0 ]; then if [ "$bandwidthlimit" != 0 ]; then
[ -z "$testurl" ] || warning 'The bandwidthlimit option is not used when desturl is set.' [ -z "$desturl" ] || warning 'The bandwidthlimit option is not used when desturl is set.'
scpoptions="$scpoptions -l $bandwidthlimit" scpoptions="$scpoptions -l $bandwidthlimit"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment