Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 24, 2024
1 parent 7d70fdc commit 398165d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
3 changes: 1 addition & 2 deletions plugins/mysql/versions/8.0/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ Install_mysql()
else
# rm -rf ${mysqlDir}/mysql-${VERSION}
echo "${VERSION}安装失败"
echo 'install fail'>&2
exit 1
fi
fi
Expand All @@ -216,7 +215,7 @@ Install_mysql()
Uninstall_mysql()
{
rm -rf $serverPath/mysql
echo '卸载完成' > $install_tmp
echo '卸载完成'
}

action=$1
Expand Down
3 changes: 1 addition & 2 deletions plugins/mysql/versions/8.2/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ Install_mysql()
else
# rm -rf ${mysqlDir}/mysql-${VERSION}
echo "${VERSION}安装失败"
echo 'install fail'>&2
exit 1
fi
fi
Expand All @@ -216,7 +215,7 @@ Install_mysql()
Uninstall_mysql()
{
rm -rf $serverPath/mysql
echo '卸载完成' > $install_tmp
echo '卸载完成'
}

action=$1
Expand Down
3 changes: 1 addition & 2 deletions plugins/mysql/versions/8.3/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ Install_mysql()
else
# rm -rf ${mysqlDir}/mysql-${VERSION}
echo "${VERSION}安装失败"
echo 'install fail'>&2
exit 1
fi
fi
Expand All @@ -215,7 +214,7 @@ Install_mysql()
Uninstall_mysql()
{
rm -rf $serverPath/mysql
echo '卸载完成' > $install_tmp
echo '卸载完成'
}

action=$1
Expand Down
2 changes: 1 addition & 1 deletion plugins/mysql/versions/8.4/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Install_mysql()
Uninstall_mysql()
{
rm -rf $serverPath/mysql
echo '卸载完成' > $install_tmp
echo '卸载完成'
}

action=$1
Expand Down
2 changes: 1 addition & 1 deletion plugins/mysql/versions/9.0/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Install_mysql()
Uninstall_mysql()
{
rm -rf $serverPath/mysql
echo '卸载完成' > $install_tmp
echo '卸载完成'
}

action=$1
Expand Down

0 comments on commit 398165d

Please sign in to comment.