mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
remote dns host verification
This commit is contained in:
parent
c39f021551
commit
d108cdfc91
2 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue