From 38f8eff1c5995af1bdc3ebd808ac3edc50554567 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 18 Dec 2024 14:12:07 +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 ecd8c1aa9..c226438fb 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -546,7 +546,7 @@ mw_clean_lib(){ mw_list(){ echo -e "mw default - 显示面板默认信息" - echo -e "mw db - 连接MysSQL" + echo -e "mw db - 连接MySQL" echo -e "mw pgdb - 连接PostgreSQL" echo -e "mw mongdb - 连接MongoDB" echo -e "mw redis - 连接Redis"