mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
fixed typo in dns sync condition
This commit is contained in:
parent
53389c0391
commit
f411cc3d1a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ old_ifs="$IFS"
|
|||
IFS=$'\n'
|
||||
|
||||
if [ -z $host ]; then
|
||||
hosts=$(cat $VESTA/conf/dns-cluster.conf | grep "SUSPENDED=='no'")
|
||||
hosts=$(cat $VESTA/conf/dns-cluster.conf | grep "SUSPENDED='no'")
|
||||
rm -f $VESTA/data/queue/dns-cluster.pipe
|
||||
touch $VESTA/data/queue/dns-cluster.pipe
|
||||
chmod 660 $VESTA/data/queue/dns-cluster.pipe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue