MFC: Fix post-start check when unbound.conf has moved.

On behalf of:	des
Reported by:	phk@
Sponsored by:	Rubicon Communications, LLC ("Netgate")

(cherry picked from commit 409388cfac)
This commit is contained in:
Dag-Erling Smørgrav 2021-03-10 14:18:59 +00:00 committed by Glen Barber
parent 34e12e9a17
commit c6aa83342e

View file

@ -106,7 +106,7 @@ local_unbound_poststart()
local retry=5
echo -n "Waiting for nameserver to start..."
until "${command}-control" status | grep -q "is running" ; do
until "${command}-control" -c "${local_unbound_config}" status | grep -q "is running" ; do
if [ $((retry -= 1)) -eq 0 ] ; then
echo " giving up"
return 1