2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-12 06:20:14 +00:00

correct code to return right value

This commit is contained in:
penguhyang
2015-09-18 02:24:03 -04:00
parent a8c554c6eb
commit 6d347f66dd

View File

@@ -10,7 +10,7 @@ action = "sh"
if( node=="-h" || argc !=2 || ! node || ! cmd){
print "Usage:\n\n runcmdinstaller <node> \"<command>\"\n"
print " make sure all the commands are quoted by \"\"\n";
exit 1;
exit 0;
}
ns = "/inet/tcp/0/" node "/" port