summaryrefslogtreecommitdiffstats
path: root/appc-inbound/appc-interfaces-service/installer/resources/scripts/install-feature.sh
diff options
context:
space:
mode:
Diffstat (limited to 'appc-inbound/appc-interfaces-service/installer/resources/scripts/install-feature.sh')
-rwxr-xr-x[-rw-r--r--]appc-inbound/appc-interfaces-service/installer/resources/scripts/install-feature.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-inbound/appc-interfaces-service/installer/resources/scripts/install-feature.sh b/appc-inbound/appc-interfaces-service/installer/resources/scripts/install-feature.sh
index 3525ba525..a1bec0d78 100644..100755
--- a/appc-inbound/appc-interfaces-service/installer/resources/scripts/install-feature.sh
+++ b/appc-inbound/appc-interfaces-service/installer/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:-""}