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:44 UTC

[09/27] incubator-trafficcontrol git commit: added a comment

added a comment


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

Branch: refs/heads/master
Commit: a8aedf6c2a2b5e95dd53d11bdd79b66203d9dfc3
Parents: 41c1031
Author: Dewayne Richardson <de...@apache.org>
Authored: Tue May 2 11:07:41 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Tue May 9 18:28:58 2017 +0000

----------------------------------------------------------------------
 traffic_ops/install/bin/todb_bootstrap.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/a8aedf6c/traffic_ops/install/bin/todb_bootstrap.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/install/bin/todb_bootstrap.sh b/traffic_ops/install/bin/todb_bootstrap.sh
index 2de2d03..c7bf2e9 100755
--- a/traffic_ops/install/bin/todb_bootstrap.sh
+++ b/traffic_ops/install/bin/todb_bootstrap.sh
@@ -1,6 +1,9 @@
 #!/usr/bin/env bash
 
+# This script sets up the 'traffic_ops' role and database to simplify schema and data loading 
+#
 # To bypass the password prompts for automation, please set TODB_USERNAME_PASSWORD=<yourpassword> before you invoke
+#
 
 # Example:
 #