diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-24 13:18:57 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-24 13:20:32 -0500 |
commit | eccc9022dce35a561e12a071e45ac808b456e204 (patch) | |
tree | 117f43c43195c025ea70c0e93dec1c3fe5a9ccbf /auth/docker/aaf.sh | |
parent | 9fe1153c6bad63922e026d1db86e51b95a92c6cc (diff) |
remove Cass references
Issue-ID: AAF-583
Change-Id: Iff72d70e786a6d3c30c662d975a41b1561ab6138
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/aaf.sh')
-rw-r--r-- | auth/docker/aaf.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/auth/docker/aaf.sh b/auth/docker/aaf.sh index f9cf1bc3..71197278 100644 --- a/auth/docker/aaf.sh +++ b/auth/docker/aaf.sh @@ -1,8 +1,5 @@ #!/bin/bash . ./d.props -if [ -e ./cass.props ]; then - . ./cass.props -fi DOCKER=${DOCKER:=docker} function run_it() { |