From f411cc3d1a1dbbfe3edfe480de6e171b6699d734 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 4 Nov 2013 12:13:32 +0200 Subject: [PATCH] fixed typo in dns sync condition --- bin/v-sync-dns-cluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-sync-dns-cluster b/bin/v-sync-dns-cluster index cf4be2471..ac0045184 100755 --- a/bin/v-sync-dns-cluster +++ b/bin/v-sync-dns-cluster @@ -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