2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Fix pasu with multi-node eX5 systems

This commit is contained in:
Jarrod Johnson
2013-09-17 17:26:36 -04:00
parent e1635a9b48
commit 7754845c7c

View File

@ -219,6 +219,7 @@ sub asunode {
my $passwd = shift;
my $batchfile = shift;
my $args;
$bmc =~ s/,.*//;
if ($batchfile) {
$args = "batch $batchfile";
} else {