From: micah Date: Tue, 31 Oct 2006 05:00:13 +0000 (+0000) Subject: forgot to commit minor fix to rub handler X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=cff12f8189fe48fc4f7be558b16c13d80d21a47c forgot to commit minor fix to rub handler git-svn-id: http://code.autistici.org/svn/backupninja/trunk@452 758a04ac-41e6-0310-8a23-8373a73cc35d --- 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