Make permission 0600

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@768 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-03-12 15:40:42 +00:00
parent 0cd7e3c09d
commit b955e729e9

View File

@ -97,6 +97,7 @@ sub init_db
if ($dbinfo)
{
`echo "$dbinfo" > /etc/xcat/cfgloc`;
chmod 0600,"/etc/xcat/cfgloc";
}
else
{