From 1d55ef3d0a12c457af72e9c018682e39ae434410 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 2 Oct 2024 01:27:40 +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 4f6974215..0ea714322 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -511,6 +511,7 @@ case "$1" in 'close') mw_close;; 'open') mw_open;; 'update') mw_update;; + 'dev') mw_update_dev;; 'update_dev') mw_update_dev;; 'install_app') mw_install_app;; 'close_admin_path') mw_close_admin_path;;