You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/25 20:34:45 UTC

[23/39] incubator-trafodion git commit: Adding cat of config file for installation debugging

Adding cat of config file for installation debugging


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

Branch: refs/heads/master
Commit: 28f51144bdd6d5af68db41a26675e2df32f9500e
Parents: 10adf4b
Author: Amanda Moran <am...@apache.com>
Authored: Wed May 11 13:26:28 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Wed May 11 13:26:28 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_config_check | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/28f51144/install/installer/traf_config_check
----------------------------------------------------------------------
diff --git a/install/installer/traf_config_check b/install/installer/traf_config_check
index dd883f0..5ed0b44 100755
--- a/install/installer/traf_config_check
+++ b/install/installer/traf_config_check
@@ -33,6 +33,7 @@ source $TRAF_CONFIG
 function majorErrorFound {
    if [[ "$errorFound" == "1" ]]; then
       cat $ERROR_LOG
+      cat /etc/trafodion/trafodion_config
       echo
       exit -1
    fi