diff --git a/update_dns_zones_centos b/update_dns_zones_centos deleted file mode 100644 index 75310ef..0000000 --- a/update_dns_zones_centos +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -cd /var/tilde - -git pull - -cp db.*.* /etc/bind/ -cp named.conf.* /etc/bind/ -cp named.conf /etc/ - -systemctl reload named \ No newline at end of file