This commit is contained in:
midoks 2022-07-06 18:32:12 +08:00
parent 817b2b0fa5
commit c0ee1442b6
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ if [ "${action}" == "uninstall" ];then
cd ${rootPath} && python3 ${rootPath}/plugins/mysql-ya/index.py stop ${type}
cd ${rootPath} && python3 ${rootPath}/plugins/mysql-ya/index.py initd_uninstall ${type}
cd $curPath
fi
sh -x $curPath/versions/$2/install.sh $1

View File

@ -9,6 +9,7 @@ export PATH
curPath=`pwd`
rootPath=$(dirname "$curPath")
rootPath=$(dirname "$rootPath")
serverPath=$(dirname "$rootPath")
sysName=`uname`