aboutsummaryrefslogtreecommitdiff
path: root/backupninja/rub
diff options
context:
space:
mode:
Diffstat (limited to 'backupninja/rub')
-rw-r--r--backupninja/rub2
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