Update install.sh

pull/116/head
midoks 3 years ago
parent 9570952f5f
commit acada248c4
  1. 2
      plugins/mysql/install.sh

@ -39,5 +39,5 @@ sh -x $curPath/versions/$2/install.sh $1
if [ "${action}" == "install" ];then
#初始化
cd ${rootPath} && python3 ${rootPath}/plugins/mysql/index.py start ${type}
cd ${rootPath} && python3 ${rootPath}/plugins/php/mysql.py initd_install ${type}
cd ${rootPath} && python3 ${rootPath}/plugins/mysql/index.py initd_install ${type}
fi

Loading…
Cancel
Save