remove silly logix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6626 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-06-30 18:25:59 +00:00
parent 961202a1e6
commit 7dbfd4d49b

View File

@ -294,16 +294,8 @@ if (($::INIT) && ($::xcatrunningpgsql == 0))
#
&restorexcatdb;
if ($::osname eq 'AIX')
{
xCAT::MsgUtils->message("I",
xCAT::MsgUtils->message("I",
"xCAT is now running on the PostgreSQL database.\n");
}
else
{
xCAT::MsgUtils->message("I",
"xCAT is now running on the PostgreSQL database.");
}
} # end initialization