Fix shebang broken because of license header additions

Change-Id: Ib26f389ea22b7afa2028dfa0994e19276dd3429d
diff --git a/src/test/setup/cpqd.sh b/src/test/setup/cpqd.sh
index 56a944e..9e70d5f 100755
--- a/src/test/setup/cpqd.sh
+++ b/src/test/setup/cpqd.sh
@@ -1,4 +1,4 @@
-
+#!/usr/bin/env bash
 # Copyright 2017-present Open Networking Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,8 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
-#!/usr/bin/env bash
 dpid=${1:-001122334455}
 num_ports=${2:-200}
 controller=${3:-$ONOS_CONTROLLER_IP}