2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Modify issue 2299: xcatprobe xcatmn do not clear the /etc/hosts if no usefull cn node to check dhcp in the environment

This commit is contained in:
hu-weihua 2016-12-09 01:07:41 -05:00
parent 174145f1a3
commit 9a4e78ed5a

View File

@ -156,6 +156,7 @@ sub do_main_job {
$rc |= $rst;
}
cleanup();
return $rc;
}