فهرست منبع

fix for dns cluster sync error

Serghey Rodin 12 سال پیش
والد
کامیت
74a6aa2a95
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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