diff options
author | Nicolas Edel <nicolas.edel@orange.com> | 2018-09-11 17:19:07 +0200 |
---|---|---|
committer | Takamune Cho <tc012c@att.com> | 2018-09-11 18:01:28 +0000 |
commit | ccb933e13f1b6d96a65232a40779798388752815 (patch) | |
tree | f7785b88cb35edc4fb4ddf1f39c289ec9eab34a9 /appc-config/appc-config-adaptor/installer | |
parent | f1b353074c937b473e23e717966d97602bc981f8 (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-config/appc-config-adaptor/installer')
-rwxr-xr-x[-rw-r--r--] | appc-config/appc-config-adaptor/installer/src/main/resources/scripts/install-feature.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-config/appc-config-adaptor/installer/src/main/resources/scripts/install-feature.sh b/appc-config/appc-config-adaptor/installer/src/main/resources/scripts/install-feature.sh index c3c036864..fff75e1c1 100644..100755 --- a/appc-config/appc-config-adaptor/installer/src/main/resources/scripts/install-feature.sh +++ b/appc-config/appc-config-adaptor/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:-""} |