2
0
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:
jbjohnso
2007-11-30 15:36:57 +00:00
parent 40fef66071
commit 6ebf6c0890

View File

@@ -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";
#}