Update install.sh

This commit is contained in:
Mr Chen 2024-07-20 12:25:58 +08:00
parent c14bd47ad2
commit f0a7ceb255
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ Install_mysql()
Uninstall_mysql()
{
YUM_UNINSTALL
rm -rf $serverPath/mysql-yum
echo '卸载完成'
}