From 36cc799c1aae1be145dfb21be74b3632491ccfd9 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 8 Oct 2023 00:31:19 +0800 Subject: [PATCH] Update mw.tpl --- scripts/init.d/mw.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index 473c06dc0..65f1b77f3 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -317,7 +317,7 @@ if [ -d "${ROOT_PATH}/mysql-apt" ];then DB_TYPE["mysql-apt"]="mysql-apt" fi -if [ -d "${ROOT_PATH}/mysql-apt" ];then +if [ -d "${ROOT_PATH}/mysql-yum" ];then DB_TYPE["mysql-yum"]="mysql-yum" fi