X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=appc-dispatcher%2Fappc-dispatcher-installer%2Fsrc%2Fmain%2Fresources%2Fscripts%2Finstall-feature.sh;h=13a8fda79ae4a6692eb798f80d3a30fae23e1ffc;hb=ccb933e13f1b6d96a65232a40779798388752815;hp=f47e3d2e1065ef39a786ae0e5cb0e0a9f1a82c48;hpb=f1b353074c937b473e23e717966d97602bc981f8;p=appc.git 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 f47e3d2e1..13a8fda79 --- 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:-""}