Misplaced shebangs and missing exec flags
[appc.git] / appc-adapters / appc-iaas-adapter / appc-iaas-adapter-installer / src / main / resources / scripts / install-feature.sh
old mode 100644 (file)
new mode 100755 (executable)
index 6c2a503..e4685c9
@@ -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:-""}