aboutsummaryrefslogtreecommitdiffstats
path: root/appc-oam
diff options
context:
space:
mode:
Diffstat (limited to 'appc-oam')
-rwxr-xr-x[-rw-r--r--]appc-oam/appc-oam-installer/src/main/resources/scripts/install-feature.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-oam/appc-oam-installer/src/main/resources/scripts/install-feature.sh b/appc-oam/appc-oam-installer/src/main/resources/scripts/install-feature.sh
index 843eb4579..02b4dbb75 100644..100755
--- a/appc-oam/appc-oam-installer/src/main/resources/scripts/install-feature.sh
+++ b/appc-oam/appc-oam-installer/src/main/resources/scripts/install-feature.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
###
# ============LICENSE_START=======================================================
# ONAP : APPC
@@ -21,8 +23,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:-""}