mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +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
|
||||
|
||||
# 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
|
||||
found=$?
|
||||
if [ $found -ne $kret ]; then
|
||||
|
Reference in New Issue
Block a user