mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
pass $KEYGEN to $KEYMGR
This commit is contained in:
@@ -39,7 +39,7 @@ for dir in [0-9][0-9]-*; do
|
|||||||
. $dir/expect
|
. $dir/expect
|
||||||
|
|
||||||
# run keymgr to update keys
|
# run keymgr to update keys
|
||||||
$KEYMGR -K $dir -s $SETTIME $kargs > keymgr.$n 2>&1
|
$KEYMGR -K $dir -g $KEYGEN -s $SETTIME $kargs > keymgr.$n 2>&1
|
||||||
# check that return code matches expectations
|
# check that return code matches expectations
|
||||||
found=$?
|
found=$?
|
||||||
if [ $found -ne $kret ]; then
|
if [ $found -ne $kret ]; then
|
||||||
|
Reference in New Issue
Block a user