diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-04-30 10:19:21 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-04-30 10:52:03 -0500 |
commit | f64f482462b697e06a47ad55aa5447dc829ce727 (patch) | |
tree | c7f107b2791a91347cf8a91a61ebfdc95fcc6cdf /auth/docker | |
parent | 2e76b4d7522a1fb2bf571eb8abcbcff4e97e06fc (diff) |
Clean LOCAL Dir based on VERSION
Issue-ID: AAF-821
Change-Id: I5fde81467d46130d3a39de415604c7702fecbaa8
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/aaf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/aaf.sh b/auth/docker/aaf.sh index 656ce56c..23822e52 100644 --- a/auth/docker/aaf.sh +++ b/auth/docker/aaf.sh @@ -23,7 +23,7 @@ DOCKER=${DOCKER:=docker} # if something, may not want CASS attached all the tim -LINKS="--link $CASSANDRA_DOCKER" +#LINKS="--link $CASSANDRA_DOCKER" function run_it() { if [ -n "${DUSER}" ]; then |