commit | ccb933e13f1b6d96a65232a40779798388752815 | [log] [tgz] |
---|---|---|
author | Nicolas Edel <nicolas.edel@orange.com> | Tue Sep 11 17:19:07 2018 +0200 |
committer | Takamune Cho <tc012c@att.com> | Tue Sep 11 18:01:28 2018 +0000 |
tree | f7785b88cb35edc4fb4ddf1f39c289ec9eab34a9 | |
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>
diff --git a/appc-dispatcher/appc-dispatcher-installer/src/main/resources/scripts/install-feature.sh b/appc-dispatcher/appc-dispatcher-installer/src/main/resources/scripts/install-feature.sh old mode 100644 new mode 100755 index f47e3d2..13a8fda --- a/appc-dispatcher/appc-dispatcher-installer/src/main/resources/scripts/install-feature.sh +++ b/appc-dispatcher/appc-dispatcher-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:-""}