Update install.sh

This commit is contained in:
Mr Chen 2024-07-25 00:36:11 +08:00
parent 55d0f2fad8
commit f2d5e166da
1 changed files with 1 additions and 2 deletions

View File

@ -165,7 +165,6 @@ Install_mysql()
else
# rm -rf ${mysqlDir}/mysql-5.6.*
echo "${VERSION}安装失败"
echo 'install fail'>&2
exit 1
fi
fi
@ -174,7 +173,7 @@ Install_mysql()
Uninstall_mysql()
{
rm -rf $serverPath/mysql
echo '卸载完成' > $install_tmp
echo '卸载完成'
}
action=$1