diff --git a/bin/v-delete-remote-dns-domain b/bin/v-delete-remote-dns-domain index 9d5bb154..1ba782db 100755 --- a/bin/v-delete-remote-dns-domain +++ b/bin/v-delete-remote-dns-domain @@ -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