diff --git a/src/contrib/ec2/bin/launch-hbase-zookeeper b/src/contrib/ec2/bin/launch-hbase-zookeeper index 6fa5cbc8c02..42560020ba6 100755 --- a/src/contrib/ec2/bin/launch-hbase-zookeeper +++ b/src/contrib/ec2/bin/launch-hbase-zookeeper @@ -68,7 +68,7 @@ while [ $inst -lt $NO_INSTANCES ] ; do public=`ec2-describe-instances $TOOL_OPTS $INSTANCE | grep running | awk '{print $4}'` echo " Public DNS name is $public." public_names="$public_names $public" - inst=$(($inst + 1) + inst=$(($inst + 1)) done ZOOKEEPER_QUORUM=`echo $peers | sed -e 's/ /,/g'`