From eccf9655a72d4faee5cda6d3d94d6ffd62df7df8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 13 Sep 2020 17:48:03 +0100 Subject: [PATCH] Only update the main openstreetmap.org domain during regular checks --- cookbooks/dns/templates/default/dns-check.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/dns/templates/default/dns-check.erb b/cookbooks/dns/templates/default/dns-check.erb index 00b97aa60..09f061b67 100755 --- a/cookbooks/dns/templates/default/dns-check.erb +++ b/cookbooks/dns/templates/default/dns-check.erb @@ -7,6 +7,6 @@ export PATH=/usr/local/bin:$PATH lockfile-create --use-pid /var/lib/dns/update || exit 1 -make --quiet --jobs --directory=/var/lib/dns update > /dev/null +make --quiet --jobs --directory=/var/lib/dns update_primary > /dev/null lockfile-remove /var/lib/dns/update -- 2.43.2