From c5d8166a2ac39e808a3c0e4cf150947978e203ce Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 10 Oct 2023 23:22:46 +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 9773d60f9..4ba2f11d7 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -418,7 +418,7 @@ case "$1" in 'debug') mw_debug;; 'mirror') mw_mirror;; 'db') mw_connect_mysql;; - 'venv') mw_venv; + 'venv') mw_venv;; 'default') cd $mw_path port=7200