From 43e8eb5911f9af60dd854c6820fa6ab744e6d63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAlbert?= Date: Fri, 3 Feb 2023 13:56:12 +0100 Subject: [PATCH] typo ... --- dns/provision/setup-slave.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/provision/setup-slave.sh b/dns/provision/setup-slave.sh index 26de306..86f3f77 100644 --- a/dns/provision/setup-slave.sh +++ b/dns/provision/setup-slave.sh @@ -7,7 +7,7 @@ wget -nc https://gitea.lyc-lecastel.fr/gadmin/vagrant/raw/branch/main/divers/bin bash mkzone -s "${mondomaine}" cp named.conf.local /etc/bind sudo named-checkconf /etc/bind/named.conf -sudo named-checkzone "${mondomaine}" "/etc/bind/db.${mondomaine}" +sudo named-checkzone "${mondomaine}" "/var/cache/bind/db.${mondomaine}" sudo systemctl restart bind9 host srv1 host srv2