move shebang back to top

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/5c78a495
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/5c78a495
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/5c78a495

Branch: refs/heads/psql-rebase
Commit: 5c78a495e285b13c95a7ae66a159f4e229e3222f
Parents: deaf0c6
Author: Dan Kirkwood <dang...@gmail.com>
Authored: Mon Dec 12 15:06:16 2016 -0700
Committer: Dewayne Richardson <dewr...@apache.org>
Committed: Mon Dec 12 15:20:12 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/db/pg-migration/get-to-data.sh | 2 +-
 traffic_ops/app/db/pg-migration/runconvert.sh  | 2 +-
 traffic_ops/app/db/pg-migration/runpgloader.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/5c78a495/traffic_ops/app/db/pg-migration/get-to-data.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/get-to-data.sh 
b/traffic_ops/app/db/pg-migration/get-to-data.sh
index ea998f0..c1be98a 100755
--- a/traffic_ops/app/db/pg-migration/get-to-data.sh
+++ b/traffic_ops/app/db/pg-migration/get-to-data.sh
@@ -1,3 +1,4 @@
+#!/bin/bash -x
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -11,7 +12,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-#!/bin/bash -x
 
 output=$1
 [[ -n $output ]] && output="-o $output"

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/5c78a495/traffic_ops/app/db/pg-migration/runconvert.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/runconvert.sh 
b/traffic_ops/app/db/pg-migration/runconvert.sh
index 1e7cced..641c966 100755
--- a/traffic_ops/app/db/pg-migration/runconvert.sh
+++ b/traffic_ops/app/db/pg-migration/runconvert.sh
@@ -1,3 +1,4 @@
+#!/bin/bash -x
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -11,7 +12,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-#!/bin/bash -x
 
 set -x
 

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/5c78a495/traffic_ops/app/db/pg-migration/runpgloader.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/app/db/pg-migration/runpgloader.sh 
b/traffic_ops/app/db/pg-migration/runpgloader.sh
index 819ee67..2aa2206 100755
--- a/traffic_ops/app/db/pg-migration/runpgloader.sh
+++ b/traffic_ops/app/db/pg-migration/runpgloader.sh
@@ -1,3 +1,4 @@
+#!/bin/bash -x
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
@@ -11,7 +12,6 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-#!/bin/bash -x
 
 # make sure postgres and mysql ports are both active
 echo "POSTGRES_HOST=$POSTGRES_HOST MYSQL_HOST=$MYSQL_HOST"

Reply via email to