summaryrefslogtreecommitdiffstats
path: root/auth/docker/aaf.sh
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-10-23 17:40:47 -0500
committerInstrumental <jonathan.gathman@att.com>2018-10-23 17:43:09 -0500
commit9fe1153c6bad63922e026d1db86e51b95a92c6cc (patch)
tree4e48cbbbb3c9e5f1a37c6089726490ea24c601f7 /auth/docker/aaf.sh
parent50245adc23b914bc627925cf8557948f25927a5b (diff)
Client updates
Issue-ID: AAF-558 Change-Id: I2c12b3cf46924b784e3af54bb643e6341dadf165 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/aaf.sh')
-rw-r--r--auth/docker/aaf.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/auth/docker/aaf.sh b/auth/docker/aaf.sh
index 29391597..f9cf1bc3 100644
--- a/auth/docker/aaf.sh
+++ b/auth/docker/aaf.sh
@@ -26,18 +26,6 @@ function run_it() {
/bin/bash $PARAMS
}
-function set_prop() {
- $DOCKER exec -t aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2" "$3"
-}
-
-function encrypt_it() {
- $DOCKER exec -t aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP encrypt "$1" "$2"
-}
-
-function set_it() {
- $DOCKER exec -t aaf_config_$USER /bin/bash /opt/app/aaf_config/bin/agent.sh NOOP setProp "$1" "$2"
-}
-
PARAMS="$@"
if [ "$PARAMS" != "" ]; then
run_it -it --rm