Misplaced shebangs and missing exec flags
patch description: Restore of valid shebang lines and exec flags
Change-Id: Id44c9d4ac9f2243f478213b34f61a30576ca2235
Issue-ID: APPC-1203
Signed-off-by: Nicolas Edel <nicolas.edel@orange.com>
diff --git a/appc-inbound/appc-design-services/installer/resources/scripts/install-feature.sh b/appc-inbound/appc-design-services/installer/resources/scripts/install-feature.sh
index 69ca194..921b919 100755
--- a/appc-inbound/appc-design-services/installer/resources/scripts/install-feature.sh
+++ b/appc-inbound/appc-design-services/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:-""}