diff options
Diffstat (limited to 'appc-dispatcher/appc-dispatcher-installer')
-rwxr-xr-x[-rw-r--r--] | appc-dispatcher/appc-dispatcher-installer/src/main/resources/scripts/install-feature.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 index f47e3d2e1..13a8fda79 100644..100755 --- 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:-""} |