pull/121/head
midoks 3 years ago
parent 817b2b0fa5
commit c0ee1442b6
  1. 1
      plugins/mysql-ya/install.sh
  2. 1
      plugins/mysql-ya/versions/8.0/install.sh

@ -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…
Cancel
Save