fixed typo in dns sync condition

This commit is contained in:
Serghey Rodin 2013-11-04 12:13:32 +02:00
commit f411cc3d1a

View file

@ -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