Просмотр исходного кода

fixed typo in dns sync condition

Serghey Rodin 12 лет назад
Родитель
Сommit
f411cc3d1a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/v-sync-dns-cluster

+ 1 - 1
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