Skip to content
Snippets Groups Projects
Commit 50c2f6e0 authored by intrigeri's avatar intrigeri
Browse files

Remove leftover FIXME that was fixed.

parent 39d050cd
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment