remote dns host verification

This commit is contained in:
Serghey Rodin 2013-10-14 20:49:15 +03:00
commit d108cdfc91
2 changed files with 11 additions and 7 deletions

View file

@ -49,7 +49,7 @@ old_ifs="$IFS"
IFS=$'\n'
# Starting cluster loop
for cluster_str in $(cat $VESTA/conf/dns-cluster.conf); do
for cluster_str in $(grep SUSPENDED='no' $VESTA/conf/dns-cluster.conf); do
# Get host values
eval $cluster_str