mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Fix the rsabigexponent setup.sh script to not fail
This commit is contained in:
parent
e96f5bb3f4
commit
2dbf68ab30
1 changed files with 1 additions and 1 deletions
|
|
@ -23,4 +23,4 @@ done
|
|||
|
||||
$SIGNER -g -s 20000101000000 -e 20361231235959 -o $zone \
|
||||
$infile Kexample.+005+51829 Kexample.+005+51829 \
|
||||
> /dev/null 2> signer.err
|
||||
> /dev/null 2> signer.err || true
|
||||
|
|
|
|||
Loading…
Reference in a new issue