From: Sai Gandham Date: Wed, 10 Oct 2018 12:38:38 +0000 (-0500) Subject: adjust aaf.sh for csit X-Git-Tag: 2.1.3~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=commitdiff_plain;h=ee7a331f11469ef8634b77e8324dc47ffd5f51b5 adjust aaf.sh for csit Issue-ID: AAF-388 Change-Id: Ib3d846ec36c3d91629245d353ebed9b129290313 Signed-off-by: Sai Gandham --- 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="$@"