mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-31 00:31:19 +00:00
Do not error exit is named stop fails.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@894 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -98,11 +98,7 @@ sub setup_DNS
|
||||
}
|
||||
$cmd = "service named stop";
|
||||
xCAT::Utils->runcmd($cmd, -1);
|
||||
if ($::RUNCMD_RC != 0)
|
||||
{
|
||||
xCAT::MsgUtils->message("S", "Error from $cmd");
|
||||
return 1;
|
||||
}
|
||||
|
||||
$cmd = "service named start";
|
||||
xCAT::Utils->runcmd($cmd, -1);
|
||||
if ($::RUNCMD_RC != 0)
|
||||
|
Reference in New Issue
Block a user