From: Alain Spineux Date: Tue, 22 Nov 2022 09:43:04 +0000 (+0100) Subject: regress: change VolumeEncryption parameters from enable to yes X-Git-Tag: Beta-15.0.0~342 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9d87e27f9d93ab18be82e7dc01311c94e97f34;p=thirdparty%2Fbacula.git regress: change VolumeEncryption parameters from enable to yes --- diff --git a/regress/scripts/functions b/regress/scripts/functions index 8154a3ea2..6545d77c3 100755 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -225,7 +225,7 @@ exec $bin/key-manager.py getkey \$VERBOSE \$OPTION --cipher AES_128_XTS EOF chmod a+x $bin/key-manager-cmd.sh $bperl -e "add_attribute('$conf/bacula-sd.conf', 'EncryptionCommand', '$ENC_COMMAND', 'Storage')" - $bperl -e "add_attribute('$conf/bacula-sd.conf', 'VolumeEncryption', 'enable', 'Device')" + $bperl -e "add_attribute('$conf/bacula-sd.conf', 'VolumeEncryption', 'yes', 'Device')" variant_name="${variant_name} VolEnc" # $bperl -e "add_attribute('$conf/bacula-dir.conf', 'SpoolData', 'no', 'Job')"