Update install.sh

This commit is contained in:
dami 2026-04-11 21:32:54 +08:00
parent b975fedfee
commit 2e5ab39fee
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export PATH
# cd /Users/midoks/Desktop/mwdev/server/mdserver-web/plugins/apache && python3 plugins/apache/index.py start
# cd /www/server/mdserver-web && python3 plugins/apache/index.py start
# cd /www/server/mdserver-web && python3 plugins/apache/index.py run_info
# ps -ef|grep httpd | grep -v grep | awk '{print $2}'|xargs kill
curPath=`pwd`
rootPath=$(dirname "$curPath")