diff options
Diffstat (limited to 'auth')
-rw-r--r-- | auth/csit/aaf.sh | 2 |
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 |