mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Update v-sync-dns-cluster
Forgot to exclude the dns-cluster user in the updated script.
This commit is contained in:
parent
a2e57fd199
commit
3fe9997ab3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ for cluster in $hosts; do
|
|||
check_result $? "$HOST connection failed" $E_CONNECT
|
||||
|
||||
# Syncing user domains
|
||||
user_list=$(ls -d $VESTA/data/users/*/ | sed "s#$VESTA/data/users/##" | sed s"/.$//")
|
||||
user_list=$(ls -d $VESTA/data/users/*/ | sed "s#$VESTA/data/users/##" | sed s"/.$//" | grep -v "dns-cluster")
|
||||
for user in $user_list; do
|
||||
for str in $(cat $VESTA/data/users/$user/dns.conf); do
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue