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