adjust aaf.sh for csit 59/70159/1
authorSai Gandham <sg481n@att.com>
Wed, 10 Oct 2018 12:38:38 +0000 (07:38 -0500)
committerSai Gandham <sg481n@att.com>
Wed, 10 Oct 2018 12:38:57 +0000 (07:38 -0500)
Issue-ID: AAF-388
Change-Id: Ib3d846ec36c3d91629245d353ebed9b129290313
Signed-off-by: Sai Gandham <sg481n@att.com>
auth/csit/aaf.sh

index bc8a85e..810bc64 100644 (file)
@@ -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="$@"