mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:12:06 -04:00
properly redirect stderr to stdout
This commit is contained in:
parent
a497cdf979
commit
dea3eb8eac
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ load_cache () {
|
|||
$RNDC $RNDCOPTS flush
|
||||
|
||||
# load the positive cache entries
|
||||
$DIG $DIGOPTS -f - << EOF > /dev/null 2>1
|
||||
$DIG $DIGOPTS -f - << EOF > /dev/null 2>&1
|
||||
txt top1.flushtest.example
|
||||
txt second1.top1.flushtest.example
|
||||
txt third1.second1.top1.flushtest.example
|
||||
|
|
|
|||
Loading…
Reference in a new issue