You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/05/09 18:30:47 UTC

[12/27] incubator-trafficcontrol git commit: added license

added license


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

Branch: refs/heads/master
Commit: d289873d9995c4abf14b9d5ecf6f255244e3600b
Parents: 8af6bb0
Author: Dewayne Richardson <de...@apache.org>
Authored: Mon May 8 15:29:49 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue May 9 18:28:59 2017 +0000

----------------------------------------------------------------------
 traffic_ops/install/data/profiles/load_profiles.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/d289873d/traffic_ops/install/data/profiles/load_profiles.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/install/data/profiles/load_profiles.sh b/traffic_ops/install/data/profiles/load_profiles.sh
index d842b0e..4b4cb03 100755
--- a/traffic_ops/install/data/profiles/load_profiles.sh
+++ b/traffic_ops/install/data/profiles/load_profiles.sh
@@ -1 +1 @@
-for f in /opt/traffic_ops/install/data/profiles/*.sql ; do psql -U traffic_ops -h localhost traffic_ops2 -f $f ; done
+for f in /opt/traffic_ops/install/data/profiles/*.sql ; do psql -U traffic_ops -h localhost traffic_ops -f $f ; done