Code changes for relocation capability
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@106 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
40fef66071
commit
6ebf6c0890
@ -15,7 +15,7 @@ if($bname =~ /xcatclientnnr/) {
|
||||
printf("Bad usage\n");
|
||||
exit(1);
|
||||
}
|
||||
exec("/usr/bin/xcatclient $cmd NO_NODE_RANGE @ARGV 2>&1");
|
||||
exec("xcatclient $cmd NO_NODE_RANGE @ARGV 2>&1");
|
||||
#if (system("/usr/bin/xcatclient $cmd NO_NODE_RANGE @ARGV 2>&1") != 0) {
|
||||
# print "$cmd failed: $?\n";
|
||||
#}
|
||||
|
Loading…
x
Reference in New Issue
Block a user