fix the SHA1.pm miss problem on ubuntu

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16037 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2013-04-23 02:30:55 +00:00
parent 7546f8ab98
commit e5a4cc7075

View File

@ -36,7 +36,7 @@ case "$1" in
ln -sf /opt/xcat/sbin/xcatd /usr/sbin/xcatd
#SHA1 has been get rid of after Squeeze released. Its functionality is also provided by Digest::SHA (which is in core).
#but ipmi.pm need SHA1.pm, so create this link
shalocate=`find / -name "SHA.pm"`
shalocate=`find /usr -name "SHA.pm"`
shalocate=${shalocate%SHA.pm}
cd $shalocate
if [ ! -e SHA1.pm ];then