From: Micah Anderson Date: Tue, 31 Oct 2006 05:00:13 +0000 (+0000) Subject: forgot to commit minor fix to rub handler X-Git-Tag: backupninja-0.9.5~57 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=d595bf00cbd1c13eb157edf8d29d4b8fa76220e2 forgot to commit minor fix to rub handler --- diff --git a/handlers/rub b/handlers/rub index c68dee8..d2b4c44 100644 --- a/handlers/rub +++ b/handlers/rub @@ -204,7 +204,7 @@ if [ "$from" == "remote" ]; then rsync_remote_options="$rsync_remote_options --compress" fi - fi [ ! -z "$bandwidthlimit" ]; then + if [ ! -z "$bandwidthlimit" ]; then rsync_remote_options="$rsync_remote_options --bwlimit=$bandwidthlimit" fi