diff --git a/plugins/mysql/install.sh b/plugins/mysql/install.sh index 974a913fa..2f25111c9 100755 --- a/plugins/mysql/install.sh +++ b/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