You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/05/12 07:52:13 UTC

[46/50] [abbrv] incubator-trafodion git commit: Correcting error from manual merge.

Correcting error from manual merge.


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

Branch: refs/heads/master
Commit: 7223268705894b58260480cfb8b8b0ca5d48def9
Parents: f52ab91
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Tue May 9 03:55:36 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Tue May 9 03:55:36 2017 +0000

----------------------------------------------------------------------
 install/python-installer/scripts/copy_files.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/72232687/install/python-installer/scripts/copy_files.py
----------------------------------------------------------------------
diff --git a/install/python-installer/scripts/copy_files.py b/install/python-installer/scripts/copy_files.py
index d5ebc6c..9a75807 100755
--- a/install/python-installer/scripts/copy_files.py
+++ b/install/python-installer/scripts/copy_files.py
@@ -37,7 +37,7 @@ def run(user, pwd):
     hosts = dbcfgs['node_list'].split(',')
     traf_package = dbcfgs['traf_package']
 
-    udo_prefix = get_sudo_prefix()
+    sudo_prefix = get_sudo_prefix()
     run_cmd('%s rm -rf %s*' % (sudo_prefix, SSHKEY_FILE))
     run_cmd('%s echo -e "y" | ssh-keygen -t rsa -N "" -f %s' % (sudo_prefix, SSHKEY_FILE))