diff options
author | prashank <prashant.kumar1@amdocs.com> | 2018-02-02 12:04:09 +0530 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-07 23:25:10 +0000 |
commit | 763bf48f97db80a3509eeccd5354ca26f9b39257 (patch) | |
tree | e902012609579a0d5f802b076756fbb137e34628 | |
parent | d5df7e2d812a6147ae8961182d2c5c438df83476 (diff) |
removed command-executor,it is part of dispatcher
Change-Id: I54c9ae0026f188940f51bac79eb09806a2f9e233
Issue-ID: APPC-444
Signed-off-by: prashank <prashant.kumar1@amdocs.com>
-rw-r--r-- | installation/appc/src/main/scripts/installFeatures.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index 556bdd8..735123c 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -41,7 +41,6 @@ done APPC_FEATURES=" \ appc-metric \ - appc-command-executor \ appc-dmaap-adapter \ appc-event-listener \ appc-chef-adapter \ |