More no-TTY 51/71751/1
authorInstrumental <jonathan.gathman@att.com>
Fri, 2 Nov 2018 18:12:33 +0000 (13:12 -0500)
committerInstrumental <jonathan.gathman@att.com>
Fri, 2 Nov 2018 18:17:30 +0000 (13:17 -0500)
Issue-ID: AAF-603
Change-Id: I11893756d7659dbbb40518fe8e665c7d434dd682
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/docker/aaf.sh

index 7119727..0512944 100644 (file)
@@ -24,7 +24,9 @@ function run_it() {
 }
 
 PARAMS="$@"
-if [ "$PARAMS" != "" ]; then
+if [ -z "$PARAMS" ]; then
+  run_it --rm 
+else
   run_it -it --rm 
 fi