mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-21 17:01:23 -05:00
Clean up "dead" named processes if the initial version.bind dig fails.
This commit is contained in:
parent
379bd2c19c
commit
e2cb9ff071
1 changed files with 7 additions and 0 deletions
|
|
@ -72,4 +72,11 @@ do
|
|||
done
|
||||
rm -f dig.out
|
||||
|
||||
if [ $status != 0 ]
|
||||
then
|
||||
echo "I: Couldn't talk to server(s)."
|
||||
cd ..
|
||||
sh stop.sh $1
|
||||
fi
|
||||
|
||||
exit $status
|
||||
|
|
|
|||
Loading…
Reference in a new issue