X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=appc-config%2Fappc-config-generator%2Finstaller%2Fsrc%2Fmain%2Fresources%2Fscripts%2Finstall-feature.sh;h=b360a3352b6d265bcbb6ec8dd0f82940178aadc4;hb=ccb933e13f1b6d96a65232a40779798388752815;hp=cd1b4d973149b8c9113e2fc5b019c7c6ea066ce8;hpb=f1b353074c937b473e23e717966d97602bc981f8;p=appc.git diff --git a/appc-config/appc-config-generator/installer/src/main/resources/scripts/install-feature.sh b/appc-config/appc-config-generator/installer/src/main/resources/scripts/install-feature.sh old mode 100644 new mode 100755 index cd1b4d973..b360a3352 --- a/appc-config/appc-config-generator/installer/src/main/resources/scripts/install-feature.sh +++ b/appc-config/appc-config-generator/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:-""}