fix for bug 3560143: setup postgresql during xcat installation

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13568 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2012-08-21 06:43:25 +00:00
parent 934084df40
commit 6007f02085

View File

@ -154,6 +154,11 @@ if ($::INITIALINSTALL || $::FORCE)
xCAT::MsgUtils->message('E', "Could not fall back to sqlite, where should we go?");
}
}
else
{
# Init the database
$::initDB = 1;
}
}
}
# To support AIX INUCLIENTS, to support the scenario where the user needs to install xCAT rpms