From 1e04f2f7ef964229cd36d524ec039d9c33fd6eab Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 7 Oct 2006 17:11:59 +0000 Subject: rub small fix, typ0 git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@363 370017ae-e619-0410-ac65-c121f96126d4 --- backupninja/rub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backupninja/rub') diff --git a/backupninja/rub b/backupninja/rub index c68dee80..d2b4c446 100644 --- a/backupninja/rub +++ b/backupninja/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 -- cgit v1.2.3