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:
parent
934084df40
commit
6007f02085
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user