diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-07 17:11:59 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-07 17:11:59 +0000 |
commit | 1e04f2f7ef964229cd36d524ec039d9c33fd6eab (patch) | |
tree | cce48325367becfe38a71619dbb8d42b02c6e437 /backupninja/rub | |
parent | e4033d179751bc09f5b0cf401fa7708db493bc04 (diff) | |
download | slackbuilds-1e04f2f7ef964229cd36d524ec039d9c33fd6eab.tar.gz slackbuilds-1e04f2f7ef964229cd36d524ec039d9c33fd6eab.tar.bz2 |
rub small fix, typ0
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@363 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'backupninja/rub')
-rw-r--r-- | backupninja/rub | 2 |
1 files changed, 1 insertions, 1 deletions
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 |