Skip to content

Commit

Permalink
Use CQLSH_HOST in final call to cqlsh as well (#1372)
Browse files Browse the repository at this point in the history
Signed-off-by: yura <funny.falcon@gmail.com>
  • Loading branch information
funny-falcon authored and black-adder committed Feb 22, 2019
1 parent afa5432 commit 2d6b35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/storage/cassandra/schema/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 2d6b35e

Please sign in to comment.