mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
Exit with error if db2start fails
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8185 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -951,6 +951,8 @@ sub db2start
|
||||
if ($rc != 0)
|
||||
{
|
||||
xCAT::MsgUtils->message("W", " $cmd failed.");
|
||||
&startxcatd;
|
||||
exit(1);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user