mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:52:07 -04:00
grep ... > /dev/null
This commit is contained in:
parent
208e3e410d
commit
c21646dcc2
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ status=0;
|
|||
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd data.child.example. \
|
||||
@10.53.0.3 axfr -p 5300 > dig.out.ns3
|
||||
status=`expr $status + $?`
|
||||
grep "; Transfer failed." dig.out.ns3
|
||||
grep "; Transfer failed." dig.out.ns3 > /dev/null
|
||||
status=`expr $status + $?`
|
||||
|
||||
$DIG +tcp +nosea +nostat +noquest +nocomm +nocmd +norec \
|
||||
|
|
|
|||
Loading…
Reference in a new issue