From 6a37640efbbb1000902418429d8affa72af6cf63 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 12 Nov 2022 22:24:55 +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 96a03eb76..79f6759e6 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -188,6 +188,7 @@ mw_update() mw_update_dev() { curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/update_dev.sh | bash + cd /www/server/mdserver-web } mw_install_app()