mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
check for existence of lwres directory
This commit is contained in:
@@ -58,6 +58,10 @@ done
|
||||
for d in lwresd*
|
||||
do
|
||||
(
|
||||
if test ! -d $d
|
||||
then
|
||||
break
|
||||
fi
|
||||
cd $d
|
||||
rm -f lwresd.run &&
|
||||
if test -f lwresd.pid
|
||||
|
Reference in New Issue
Block a user