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 55d0f2f commit f2d5e16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/mysql/versions/5.6/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ Install_mysql()
else
# rm -rf ${mysqlDir}/mysql-5.6.*
echo "${VERSION}安装失败"
echo 'install fail'>&2
exit 1
fi
fi
Expand All @@ -174,7 +173,7 @@ Install_mysql()
Uninstall_mysql()
{
rm -rf $serverPath/mysql
echo '卸载完成' > $install_tmp
echo '卸载完成'
}

action=$1
Expand Down

0 comments on commit f2d5e16

Please sign in to comment.