mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 10:40:24 +00:00
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:
@@ -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";
|
||||
#}
|
||||
|
Reference in New Issue
Block a user