]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Fix double EncryptionCommand in regress
authorEric Bollengier <eric@baculasystems.com>
Mon, 19 Dec 2022 08:33:43 +0000 (09:33 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
regress/scripts/functions

index 6545d77c30235840b766f3c13e3c663feb3f7484..81c6f07d121f5ec7e381db5b046bdd1ea1294c67 100755 (executable)
@@ -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')"