From 1c9fbfc2eb5e9f5256901392cca2dba5a9461c60 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 6 Aug 2024 13:01:22 +0800 Subject: [PATCH] Update mw.tpl --- scripts/init.d/mw.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index 00a59247c..1e53f1ea2 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -498,6 +498,7 @@ case "$1" in 'mirror') mw_mirror;; 'db') mw_connect_mysql;; 'redis') mw_redis;; + 'mongodb') mw_mongodb;; 'venv') mw_update_venv;; 'clean_lib') mw_clean_lib;; 'default')