diff options
| author | intrigeri <intrigeri@boum.org> | 2009-07-18 10:48:10 +0200 | 
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2009-07-18 10:48:10 +0200 | 
| commit | 1b991d6c1545b0c83ec86a5256af9db14384f443 (patch) | |
| tree | 4befd96e1752adee3094b241929839611dab6be8 | |
| parent | f45803230a839de092122f6843422097deff4eaa (diff) | |
| download | backupninja-1b991d6c1545b0c83ec86a5256af9db14384f443.tar.gz backupninja-1b991d6c1545b0c83ec86a5256af9db14384f443.tar.bz2  | |
dup: fixed bandwidth vs desturl testing
| -rw-r--r-- | handlers/dup.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/dup.in b/handlers/dup.in index 54b7709..59aa90a 100644 --- a/handlers/dup.in +++ b/handlers/dup.in @@ -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  | 
