Kaynağa Gözat

fix for dns cluster sync error

Serghey Rodin 12 yıl önce
ebeveyn
işleme
74a6aa2a95
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      bin/v-rebuild-dns-domain

+ 2 - 2
bin/v-rebuild-dns-domain

@@ -56,11 +56,11 @@ if [ -e '/etc/named.conf' ]; then
 fi
 
 if [ -e '/etc/bind/named.conf' ]; then
-    dns_conf='/etc/bin/named.conf'
+    dns_conf='/etc/bind/named.conf'
 fi
 
 # Remove old user's zone
-sed -i "/\/$user\/conf\/dns/d" $dns_conf
+sed -i "/\/$user\/conf\/dns\/$domain/d" $dns_conf
 
 # Starting loop
 rebuild_dns_domain_conf