aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/installer/src/main/scripts/install-converted-dgs.sh
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-12-13 12:49:38 -0800
committerPatrick Brady <pb071s@att.com>2017-12-13 13:07:48 -0800
commit2ad82140a88efa51cb7e9751d0b45cb0616f6b80 (patch)
tree5a15444552aa96d768c32f7b0325802ebcac7a3e /platform-logic/installer/src/main/scripts/install-converted-dgs.sh
parent2445f8e946a9618c947d7e3b82f8b064b5d12f9e (diff)
Deployment onap rename
Changing org.openecomp.appc names to org.onap.appc Change-Id: I729f6ce253de8351ae5e3da2e334b1bae155b67d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
Diffstat (limited to 'platform-logic/installer/src/main/scripts/install-converted-dgs.sh')
-rw-r--r--platform-logic/installer/src/main/scripts/install-converted-dgs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/installer/src/main/scripts/install-converted-dgs.sh b/platform-logic/installer/src/main/scripts/install-converted-dgs.sh
index f787aca..4a80c7d 100644
--- a/platform-logic/installer/src/main/scripts/install-converted-dgs.sh
+++ b/platform-logic/installer/src/main/scripts/install-converted-dgs.sh
@@ -25,9 +25,9 @@
### Convert XML DGs to JSON DGs using dg-loader, then load/activate them in the MySQL DB. ###
###
-export APPC_HOME=${APPC_HOME:-/opt/openecomp/appc}
+export APPC_HOME=${APPC_HOME:-/opt/onap/appc}
-# SVCLOGIC_DIR env variable points to /opt/openecomp/appc/svclogic
+# SVCLOGIC_DIR env variable points to /opt/onap/appc/svclogic
export SVCLOGIC_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
#Path to the dg-loader jar file