Skip to content

Commit f411cc3

Browse files
committed
fixed typo in dns sync condition
1 parent 53389c0 commit f411cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-sync-dns-cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ old_ifs="$IFS"
4646
IFS=$'\n'
4747

4848
if [ -z $host ]; then
49-
hosts=$(cat $VESTA/conf/dns-cluster.conf | grep "SUSPENDED=='no'")
49+
hosts=$(cat $VESTA/conf/dns-cluster.conf | grep "SUSPENDED='no'")
5050
rm -f $VESTA/data/queue/dns-cluster.pipe
5151
touch $VESTA/data/queue/dns-cluster.pipe
5252
chmod 660 $VESTA/data/queue/dns-cluster.pipe

0 commit comments

Comments
 (0)