mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Fix for domain deletition on remote node
This commit is contained in:
parent
ba8a0800e5
commit
164450634a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ old_ifs="$IFS"
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
|
|
||||||
# Starting cluster loop
|
# 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
|
# Get host values
|
||||||
eval $cluster_str
|
eval $cluster_str
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue