From: Instrumental Date: Fri, 2 Nov 2018 18:12:33 +0000 (-0500) Subject: More no-TTY X-Git-Tag: 2.1.7~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F71751%2F1;p=aaf%2Fauthz.git More no-TTY Issue-ID: AAF-603 Change-Id: I11893756d7659dbbb40518fe8e665c7d434dd682 Signed-off-by: Instrumental --- diff --git a/auth/docker/aaf.sh b/auth/docker/aaf.sh index 71197278..0512944d 100644 --- a/auth/docker/aaf.sh +++ b/auth/docker/aaf.sh @@ -24,7 +24,9 @@ function run_it() { } PARAMS="$@" -if [ "$PARAMS" != "" ]; then +if [ -z "$PARAMS" ]; then + run_it --rm +else run_it -it --rm fi