From: Alain Spineux Date: Fri, 6 Jan 2023 13:28:03 +0000 (+0100) Subject: regress: tweak the key-manager call to not use the master-key by default X-Git-Tag: Beta-15.0.0~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b7a361054a6d103fe1d05d6aec8da005f8e564;p=thirdparty%2Fbacula.git regress: tweak the key-manager call to not use the master-key by default --- diff --git a/regress/scripts/functions b/regress/scripts/functions index 8c4db7b9d..2c97c969f 100755 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -220,7 +220,7 @@ EOF # --log "$working/key-manager.log" VERBOSE=-v #VERBOSE= -OPTION=-m +OPTION= exec $bin/key-manager.py getkey \$VERBOSE \$OPTION --cipher AES_128_XTS EOF chmod a+x $bin/key-manager-cmd.sh