Skip to content

Commit

Permalink
Use CQLSH_HOST in final call to cqlsh as well
Browse files Browse the repository at this point in the history
  • Loading branch information
funny-falcon authored Feb 22, 2019
1 parent afa5432 commit a265c9a
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 a265c9a

Please sign in to comment.