From acada248c4712ead91fb913e6c2ff78f1732679c Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 29 Jun 2022 17:07:45 +0800 Subject: [PATCH] Update install.sh --- plugins/mysql/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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