Change location to get ca.pem file

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2911 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2009-03-16 12:44:30 +00:00
parent 354bad26cc
commit cc1dab2678

View File

@ -101,7 +101,7 @@ sub copyCertstoSN
{
mkdir("/etc/xcat/cert", 0755);
}
`cp -f -rp /xcatpost/cert/* /etc/xcat/cert`;
`cp -f -rp /xcatpost/_xcat/* /etc/xcat/cert`;
`chmod 0600 /etc/xcat/cert/*`;
}
else