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

[07/24] incubator-trafficcontrol git commit: added a comment

added a comment

(cherry picked from commit a8aedf6c2a2b5e95dd53d11bdd79b66203d9dfc3)


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

Branch: refs/heads/2.0.x
Commit: ee2bc898287c4f6dbf9f1ab49b19612df62b83a5
Parents: dac22b0
Author: Dewayne Richardson <de...@apache.org>
Authored: Tue May 2 11:07:41 2017 -0600
Committer: Eric Friedrich <fr...@apache.org>
Committed: Wed May 31 10:08:57 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/ee2bc898/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:
 #