From a265c9a9f0cc6a38709bd8584c8c60a6b1f317b3 Mon Sep 17 00:00:00 2001 From: Sokolov Yura Date: Fri, 22 Feb 2019 16:52:08 +0300 Subject: [PATCH] Use CQLSH_HOST in final call to cqlsh as well --- plugin/storage/cassandra/schema/docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/storage/cassandra/schema/docker.sh b/plugin/storage/cassandra/schema/docker.sh index 0458fb558a6..1f7390d2f16 100755 --- a/plugin/storage/cassandra/schema/docker.sh +++ b/plugin/storage/cassandra/schema/docker.sh @@ -31,4 +31,4 @@ done echo "Generating the schema for the keyspace ${KEYSPACE} and datacenter ${DATACENTER}" -MODE="${MODE}" DATACENTER="${DATACENTER}" KEYSPACE="${KEYSPACE}" /cassandra-schema/create.sh "${TEMPLATE}" | ${CQLSH} ${CQLSH_SSL} +MODE="${MODE}" DATACENTER="${DATACENTER}" KEYSPACE="${KEYSPACE}" /cassandra-schema/create.sh "${TEMPLATE}" | ${CQLSH} ${CQLSH_SSL} ${CQLSH_HOST}