mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
roolback to the last version
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16892 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -697,7 +697,7 @@ sub enableSSHbetweennodes
|
||||
my $groups_hash = shift;
|
||||
my $result;
|
||||
|
||||
my $enablessh=xCAT::TableUtils->enablessh($node, $sn_hash, $groups_hash);
|
||||
my $enablessh=xCAT::TableUtils->enableSSH($node, $sn_hash, $groups_hash);
|
||||
if ($enablessh == 1) {
|
||||
$result = "'YES'";
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user