summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-10-12 12:21:01 -0500
committerSai Gandham <sg481n@att.com>2018-10-12 12:21:22 -0500
commitbdaf445e08978aadeca4232030fdbf6d39797dc8 (patch)
tree1ba289f0280ec5db15ba253f328d86304d780779
parentcce7c15c3314a92835e8ce7566d90c2399c43f30 (diff)
adjust aaf.sh for csit
Issue-ID: AAF-388 Change-Id: Ifb89ad9cc3601ecbe14dc4432e5def88ec48d080 Signed-off-by: Sai Gandham <sg481n@att.com>
-rw-r--r--auth/csit/aaf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/csit/aaf.sh b/auth/csit/aaf.sh
index 592d8ed3..2005e1a1 100644
--- a/auth/csit/aaf.sh
+++ b/auth/csit/aaf.sh
@@ -39,6 +39,6 @@ function set_it() {
PARAMS="$@"
if [ "$PARAMS" != "" ]; then
- run_it -it --rm
+ run_it -d --rm
fi