diff options
author | intrigeri <intrigeri@boum.org> | 2012-02-25 14:41:50 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-02-25 14:41:50 +0100 |
commit | 50c2f6e02a13fb939bdf551b6de611d5b9453272 (patch) | |
tree | 60e1e3dd1ede59e956609552e5b01417e89fce09 /handlers/dup.in | |
parent | 39d050cd634ecdff85cc6b38000c067485cb78cb (diff) | |
download | backupninja-50c2f6e02a13fb939bdf551b6de611d5b9453272.tar.gz backupninja-50c2f6e02a13fb939bdf551b6de611d5b9453272.tar.bz2 |
Remove leftover FIXME that was fixed.
Diffstat (limited to 'handlers/dup.in')
-rw-r--r-- | handlers/dup.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/handlers/dup.in b/handlers/dup.in index b1de651..f9f4de4 100644 --- a/handlers/dup.in +++ b/handlers/dup.in @@ -122,7 +122,6 @@ if [ "$duplicity_major" -ge 0 -a "$duplicity_minor" -ge 6 -a "$duplicity_sub" -g || warning 'duplicity >= 0.6.17 only supports the IdentityFile SSH option' fi execstr_options="${execstr_options} --ssh-options '$sshoptions'" - # FIXME: use trickle if [ "$bandwidthlimit" != 0 ]; then [ -z "$desturl" ] || warning 'The bandwidthlimit option is not used when desturl is set.' execstr_precmd="trickle -s -d $bandwidthlimit -u $bandwidthlimit" |