--- local-unbound-setup.orig 2018-11-15 07:56:02.181593000 +0100 +++ local-unbound-setup 2018-11-15 10:29:44.328752000 +0100 @@ -244,12 +244,12 @@ if [ -f "${lanzones_conf}" ] ; then echo "include: ${lanzones_conf}" fi - if [ -f "${control_conf}" ] ; then - echo "include: ${control_conf}" - fi if [ -d "${confdir}" ] ; then echo "include: ${confdir}/*.conf" fi + if [ -f "${control_conf}" ] ; then + echo "include: ${control_conf}" + fi } #