aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dg-util
diff options
context:
space:
mode:
authorNicolas Edel <nicolas.edel@orange.com>2018-09-11 17:19:07 +0200
committerTakamune Cho <tc012c@att.com>2018-09-11 18:01:28 +0000
commitccb933e13f1b6d96a65232a40779798388752815 (patch)
treef7785b88cb35edc4fb4ddf1f39c289ec9eab34a9 /appc-dg-util
parentf1b353074c937b473e23e717966d97602bc981f8 (diff)
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>
Diffstat (limited to 'appc-dg-util')
-rwxr-xr-x[-rw-r--r--]appc-dg-util/appc-dg-util-installer/src/main/resources/scripts/install-feature.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-dg-util/appc-dg-util-installer/src/main/resources/scripts/install-feature.sh b/appc-dg-util/appc-dg-util-installer/src/main/resources/scripts/install-feature.sh
index 6c2a50317..e4685c9c1 100644..100755
--- a/appc-dg-util/appc-dg-util-installer/src/main/resources/scripts/install-feature.sh
+++ b/appc-dg-util/appc-dg-util-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:-""}