This commit is contained in:
parent
817b2b0fa5
commit
c0ee1442b6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ export PATH
|
|||
|
||||
curPath=`pwd`
|
||||
rootPath=$(dirname "$curPath")
|
||||
rootPath=$(dirname "$rootPath")
|
||||
serverPath=$(dirname "$rootPath")
|
||||
sysName=`uname`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue