Fix for domain deletition on remote node

This commit is contained in:
Serghey Rodin 2015-01-30 00:01:38 +02:00
commit 164450634a

View file

@ -49,7 +49,7 @@ old_ifs="$IFS"
IFS=$'\n'
# Starting cluster loop
for cluster_str in $(grep SUSPENDED='no' $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