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

dup: fixed bandwidth vs desturl testing

parent f4580323
Branches
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ duplicity_sub="`echo $duplicity_version | @AWK@ -F '.' '{print $3}'`"
scpoptions="$sshoptions"
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"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment