From: Eric Bollengier Date: Mon, 19 Dec 2022 08:33:43 +0000 (+0100) Subject: regress: Fix double EncryptionCommand in regress X-Git-Tag: Beta-15.0.0~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcb719e81702f6e581581d8e5e21cd37a1d106b4;p=thirdparty%2Fbacula.git regress: Fix double EncryptionCommand in regress --- diff --git a/regress/scripts/functions b/regress/scripts/functions index 6545d77c3..81c6f07d1 100755 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -224,8 +224,8 @@ OPTION=-m 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', 'yes', 'Device')" + $bperl -e "add_attribute('$conf/bacula-sd.conf', 'Encryption Command', '$ENC_COMMAND', 'Storage')" + $bperl -e "add_attribute('$conf/bacula-sd.conf', 'Volume Encryption', 'yes', 'Device')" variant_name="${variant_name} VolEnc" # $bperl -e "add_attribute('$conf/bacula-dir.conf', 'SpoolData', 'no', 'Job')"