mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-11 22:10:14 +00:00
correct code to return right value
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user