mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 20:32:38 +01:00
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:
commit
86c6b19119
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user