From ccb933e13f1b6d96a65232a40779798388752815 Mon Sep 17 00:00:00 2001 From: Nicolas Edel Date: Tue, 11 Sep 2018 17:19:07 +0200 Subject: 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 --- .../installer/src/main/resources/scripts/install-feature.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 appc-config/appc-data-services/installer/src/main/resources/scripts/install-feature.sh (limited to 'appc-config/appc-data-services/installer') 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 old mode 100644 new mode 100755 index 69ca19451..921b91947 --- 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:-""} -- cgit 1.2.3-korg