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/06/16 15:13:54 UTC

[3/4] incubator-trafficcontrol git commit: Update _postinstall (cherry picked from commit c26d0489cb115d108a25f880e0d5874cbff2243c)

Update _postinstall
(cherry picked from commit c26d0489cb115d108a25f880e0d5874cbff2243c)


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

Branch: refs/heads/2.0.x
Commit: 903757189a4e20935e705fd30746e6b66be6b1b7
Parents: b64848e
Author: David Neuman <ne...@apache.org>
Authored: Wed Jun 7 14:14:55 2017 -0600
Committer: Eric Friedrich <fr...@apache.org>
Committed: Fri Jun 16 11:13:26 2017 -0400

----------------------------------------------------------------------
 traffic_ops/install/bin/_postinstall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/90375718/traffic_ops/install/bin/_postinstall
----------------------------------------------------------------------
diff --git a/traffic_ops/install/bin/_postinstall b/traffic_ops/install/bin/_postinstall
index 812a04e..37eeac4 100755
--- a/traffic_ops/install/bin/_postinstall
+++ b/traffic_ops/install/bin/_postinstall
@@ -882,7 +882,7 @@ sub main {
 
     my $dbh = Database::connect($databaseConfFile, $todbconf);
     if (!$dbh) {
-        InstallUtils::logger("Can't connect to the database.  Use the script `/opt/traffic_ops/install/bin/db_bootstrap.sh` on the db server to create it and run `postinstall` again.", "error");
+        InstallUtils::logger("Can't connect to the database.  Use the script `/opt/traffic_ops/install/bin/todb_bootstrap.sh` on the db server to create it and run `postinstall` again.", "error");
         exit(-1);
     }