diff options
author | Patrick Brady <pb071s@att.com> | 2018-04-26 16:08:16 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-04-26 16:08:27 -0700 |
commit | b777c1a042ae8529b02fdb6394d271f6f24ce98c (patch) | |
tree | bb2641c25108f26f6078531245f2a009290f5a5f /installation | |
parent | 01e568d1057eeaa952fad7ea8534baf59ca5990c (diff) |
Move to new xml dg loader
Made it so the xml dgs will load using the same loader
as the json dgs currently use.
Added the Generic_Restart to the activate list
Change-Id: I26286238a6322f5f391ab44f26816f90ad71df56
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-863
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/src/main/scripts/startODL.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/installation/appc/src/main/scripts/startODL.sh b/installation/appc/src/main/scripts/startODL.sh index 90bb3f2..f58db40 100644 --- a/installation/appc/src/main/scripts/startODL.sh +++ b/installation/appc/src/main/scripts/startODL.sh @@ -91,11 +91,6 @@ then ${APPC_HOME}/bin/installFeatures.sh - if [ -x ${APPC_HOME}/svclogic/bin/install.sh ] - then - echo "Installing APPC DGs using platform-logic" - ${APPC_HOME}/svclogic/bin/install.sh - fi if [ -x ${APPC_HOME}/svclogic/bin/install-converted-dgs.sh ] then |