mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -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'
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue