Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 24, 2024
1 parent 398165d commit be4cdd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/mysql/versions/5.7/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sysName=`uname`
install_tmp=${rootPath}/tmp/mw_install.pl
mysqlDir=${serverPath}/source/mysql

VERSION=5.7.39
VERSION=5.7.44

_os=`uname`
echo "use system: ${_os}"
Expand Down Expand Up @@ -100,7 +100,7 @@ Install_mysql()
fi

#检测文件是否损坏.
md5_mysql_ok=d949b0ef81c3f52f7ef0874066244221
md5_mysql_ok=1a637fce4599d9bf5f1c81699f086274
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
Expand Down

0 comments on commit be4cdd1

Please sign in to comment.