blob: ce861dc2c0d16576ccb6d96b3ad072e279d6a975 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
# Pull in AAF Env Variables from AAF install
if [ -e ../../docker/d.props ]; then
. ../../docker/d.props
fi
${DOCKER:=docker} exec -it aaf_cass /usr/bin/cqlsh -k authz
|