diff options
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() { |