From ee7a331f11469ef8634b77e8324dc47ffd5f51b5 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Wed, 10 Oct 2018 07:38:38 -0500 Subject: adjust aaf.sh for csit Issue-ID: AAF-388 Change-Id: Ib3d846ec36c3d91629245d353ebed9b129290313 Signed-off-by: Sai Gandham --- auth/csit/aaf.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/csit/aaf.sh b/auth/csit/aaf.sh index bc8a85e4..810bc64d 100644 --- a/auth/csit/aaf.sh +++ b/auth/csit/aaf.sh @@ -26,15 +26,15 @@ function run_it() { } function set_prop() { - $DOCKER exec -it aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2" "$3" + $DOCKER exec -i -t aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2" "$3" } function encrypt_it() { - $DOCKER exec -it aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP encrypt "$1" "$2" + $DOCKER exec -i -t aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP encrypt "$1" "$2" } function set_it() { - $DOCKER exec -it aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2" + $DOCKER exec -i -t aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2" } PARAMS="$@" -- cgit 1.2.3-korg