modify aaf.sh for csit 86/70286/1
authorSai Gandham <sg481n@att.com>
Thu, 11 Oct 2018 19:07:45 +0000 (14:07 -0500)
committerSai Gandham <sg481n@att.com>
Thu, 11 Oct 2018 19:08:09 +0000 (14:08 -0500)
Issue-ID: AAF-388
Change-Id: I0e75a65d458aaed526424c5e875a26dbe293d1cb
Signed-off-by: Sai Gandham <sg481n@att.com>
auth/csit/aaf.sh

index 810bc64..592d8ed 100644 (file)
@@ -26,15 +26,15 @@ function run_it() {
 }
 
 function set_prop() {
-  $DOCKER exec -i -t aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2" "$3"
+  $DOCKER exec -d aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2" "$3"
 }
 
 function encrypt_it() {
-  $DOCKER exec -i -t aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP encrypt "$1" "$2"
+  $DOCKER exec -d aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP encrypt "$1" "$2"
 }
 
 function set_it() {
-  $DOCKER exec -i -t aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2"
+  $DOCKER exec -d aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2"
 }
 
 PARAMS="$@"