Fix common.sh

This commit is contained in:
Vitaliy Filippov
2022-01-21 01:51:25 +03:00
parent 7920414bee
commit 23e578b6a2
+1 -1
View File
@@ -36,7 +36,7 @@ for i in $(seq 2 $ETCD_COUNT); do
ETCD_URL="$ETCD_URL,http://$ETCD_IP:$((ETCD_PORT+2*i-2))"
ETCD_CLUSTER="$ETCD_CLUSTER,etcd$i=http://$ETCD_IP:$((ETCD_PORT+2*i-1))"
done
ETCDCTL="${ETCD}ctl --endpoints=http://$ETCD_URL"
ETCDCTL="${ETCD}ctl --endpoints=$ETCD_URL"
start_etcd()
{