Update install.sh
This commit is contained in:
parent
cebfc2fc91
commit
dac2f5240f
|
|
@ -102,7 +102,7 @@ Install_mysql()
|
|||
fi
|
||||
|
||||
#检测文件是否损坏.
|
||||
md5_mysql_ok=e0cb61cbf6e1144c452368c4535ae931
|
||||
md5_mysql_ok=6707beb0d46a9e08a19aa596329ca79d
|
||||
if [ -f ${mysqlDir}/mysql-boost-${VERSION}.tar.gz ];then
|
||||
md5_mysql=`md5sum ${mysqlDir}/mysql-boost-${VERSION}.tar.gz | awk '{print $1}'`
|
||||
if [ "${md5_mysql_ok}" == "${md5_mysql}" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue