summaryrefslogtreecommitdiffstats
path: root/appc-config/appc-data-services/installer
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-data-services/installer')
-rwxr-xr-x[-rw-r--r--]appc-config/appc-data-services/installer/src/main/resources/scripts/install-feature.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-config/appc-data-services/installer/src/main/resources/scripts/install-feature.sh b/appc-config/appc-data-services/installer/src/main/resources/scripts/install-feature.sh
index 69ca19451..921b91947 100644..100755
--- a/appc-config/appc-data-services/installer/src/main/resources/scripts/install-feature.sh
+++ b/appc-config/appc-data-services/installer/src/main/resources/scripts/install-feature.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
###
# ============LICENSE_START=======================================================
# ONAP : APP-C
@@ -18,8 +20,6 @@
# ============LICENSE_END=========================================================
###
-#!/bin/bash
-
ODL_HOME=${ODL_HOME:-/opt/opendaylight/current}
ODL_KARAF_CLIENT=${ODL_KARAF_CLIENT:-${ODL_HOME}/bin/client}
ODL_KARAF_CLIENT_OPTS=${ODL_KARAF_CLIENT_OPTS:-""}