From eed332c36c1505a9a8e5c744e6f19f47783e69dc Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 17 Dec 2018 11:17:58 +0800 Subject: [PATCH] Update install.sh --- plugins/mysql/versions/5.5/install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/mysql/versions/5.5/install.sh b/plugins/mysql/versions/5.5/install.sh index 90a1a1817..76c8de60f 100755 --- a/plugins/mysql/versions/5.5/install.sh +++ b/plugins/mysql/versions/5.5/install.sh @@ -30,10 +30,8 @@ Install_mysql() cd ${mysqlDir}/mysql-5.5.62 && cmake \ -DCMAKE_INSTALL_PREFIX=$serverPath/mysql \ - && make && make install - - - echo '5.5' > $serverPath/mysql/version.pl + && make && make install \ + && echo '5.5' > $serverPath/mysql/version.pl echo '安装完成' > $install_tmp }