Skip to content
Snippets Groups Projects
Commit d595bf00 authored by micah's avatar micah :speech_balloon:
Browse files

forgot to commit minor fix to rub handler

parent b35260e5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment