Repository: incubator-trafodion
Updated Branches:
  refs/heads/master e77df8643 -> 66bc82632


[TRAFODION 2274] Removing sqconfig_persist from sqconfig


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

Branch: refs/heads/master
Commit: 986dba89b983ce845f8c1d5fda729d3bb8b53f1c
Parents: 12f602c
Author: Amanda Moran <ama...@apache.com>
Authored: Mon Oct 10 22:06:36 2016 +0000
Committer: Amanda Moran <ama...@apache.com>
Committed: Mon Oct 10 22:06:36 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_sqconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/986dba89/install/installer/traf_sqconfig
----------------------------------------------------------------------
diff --git a/install/installer/traf_sqconfig b/install/installer/traf_sqconfig
index d90ac90..85f45b3 100755
--- a/install/installer/traf_sqconfig
+++ b/install/installer/traf_sqconfig
@@ -77,8 +77,9 @@ do
 done
 
 echo "end node" >> $sqconfig
-#This sed is dependent on the nubmer of line in the Apahce copyright. If it 
get larger this needs to change.
-sed '1,21d' $LOCAL_WORKDIR/sqconfig_persist.txt >> $sqconfig
+#Can be added back later
+##This sed is dependent on the nubmer of line in the Apahce copyright. If it 
get larger this needs to change.
+#sed '1,21d' $LOCAL_WORKDIR/sqconfig_persist.txt >> $sqconfig
 sudo cp $sqconfig $UNTAR_DIR
 sudo cp $sqconfig $TRAF_USER_DIR/sqconfig
 sudo chown $TRAF_USER.$TRAF_GROUP $TRAF_USER_DIR/sqconfig

Reply via email to