1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

fix path to nsd.conf

This commit is contained in:
downtownallday 2020-06-09 23:35:13 -04:00
parent 74b2926586
commit a098992d1e

View File

@ -68,7 +68,7 @@ done
# control-enable /etc/nsd/nsd.conf" returns "yes", so we explicitly # control-enable /etc/nsd/nsd.conf" returns "yes", so we explicitly
# set it here. # set it here.
if [ -z "$PRIVATE_IPV6" -a "$TRAVIS" == "true" ]; then if [ -z "$PRIVATE_IPV6" -a "$TRAVIS" == "true" ]; then
cat >> /etc/nsd.conf <<EOF cat >> /etc/nsd/nsd.conf <<EOF
do-ip4: yes do-ip4: yes
do-ip6: no do-ip6: no
remote-control: remote-control: