A second invocation of 'lb config' will result in an identical settings file
This commit is contained in:
parent
edb12253eb
commit
fac389a51b
|
@ -116,7 +116,7 @@ Prepare_config ()
|
|||
|
||||
if gzip --help | grep -qs "\-\-rsyncable"
|
||||
then
|
||||
GZIP_OPTIONS="$(echo ${GZIP_OPTIONS} | sed -e 's|--rsyncable||') --rsyncable"
|
||||
GZIP_OPTIONS="$(echo ${GZIP_OPTIONS} | sed -E -e 's|[ ]?--rsyncable||') --rsyncable"
|
||||
fi
|
||||
|
||||
LB_CACHE="${LB_CACHE:-true}"
|
||||
|
|
Loading…
Reference in New Issue