From fac389a51bbca45b2c240a483cc55a2d2a9e8200 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Sun, 13 Dec 2020 19:23:20 +0100 Subject: [PATCH] A second invocation of 'lb config' will result in an identical settings file --- functions/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/configuration.sh b/functions/configuration.sh index bd348c45d..62d7830a6 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -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}"