Merge branch 'bugfix-borg-handler-create-options' into 'master'

Quoting test of $create_options in borg handler

Closes #11304

See merge request liberate/backupninja!39
This commit is contained in:
Jerome Charaoui 2021-01-06 19:35:59 -08:00
commit 86c6b19119

View File

@ -162,7 +162,7 @@ if [ ! -z $bwlimit ]; then
execstr="${execstr} --remote-ratelimit=${bwlimit}"
fi
if [ ! -z $create_options ]; then
if [ ! -z "$create_options" ]; then
execstr="${execstr} ${create_options}"
fi