2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

Merge pull request #2300 from hu-weihua/2299

Modify issue2299: xcatprobe xcatmn do not clear the /etc/hosts if no usefull cn node to check dhcp in the environment
This commit is contained in:
xuweibj 2016-12-14 13:51:07 +08:00 committed by GitHub
commit 46fa11161a

View File

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