Modify the return value of resetnet.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13399 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
50feb83e56
commit
91ae5f3edd
@ -659,7 +659,7 @@ sub hostname {
|
||||
sub resetnet {
|
||||
my $request = shift;
|
||||
doresetnet($request);
|
||||
exit(0);
|
||||
return 0;
|
||||
}
|
||||
##########################################################################
|
||||
# Reset the network interfraces if necessary
|
||||
|
Loading…
Reference in New Issue
Block a user