File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed
Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 11{
2- ".url": {
3- "mcsmanager.web.Application": {
4- "title": "MCSManager 面板",
5- "icon": "images/icon_{0}.png",
6- "type": "url",
7- "protocol": "http",
8- "port": "23333",
9- "control": {
10- "fullUrlPerm": "readonly",
11- "portPerm": "readonly",
12- "pathPerm": "readonly"
13- }
14- }
2+ ".url": {
3+ "mcsmanager.Application": {
4+ "title": "MCSManager 面板",
5+ "icon": "images/icon_{0}.png",
6+ "type": "url",
7+ "protocol": "http",
8+ "port": "23333",
9+ "control": {
10+ "fullUrlPerm": "readonly",
11+ "portPerm": "readonly",
12+ "pathPerm": "readonly"
13+ }
1514 }
16- }
15+ }
16+ }
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ ln -s "${SHARE_PATHS[0]}" "${TRIM_APPDEST}/server/daemon/data" >> "${LOG_FILE}"
2020ln -s " ${SHARE_PATHS[1]} " " ${TRIM_APPDEST} /server/daemon/logs" >> " ${LOG_FILE} " 2>&1
2121ln -s " ${SHARE_PATHS[2]} " " ${TRIM_APPDEST} /server/web/data" >> " ${LOG_FILE} " 2>&1
2222ln -s " ${SHARE_PATHS[3]} " " ${TRIM_APPDEST} /server/web/logs" >> " ${LOG_FILE} " 2>&1
23+
2324# npm 安装
2425cd " ${TRIM_APPDEST} /server/daemon" && npm i --production --no-fund --no-audit --registry=https://registry.npmmirror.com >> " ${LOG_FILE} " 2>&1
2526cd " ${TRIM_APPDEST} /server/web" && npm i --production --no-fund --no-audit --registry=https://registry.npmmirror.com >> " ${LOG_FILE} " 2>&1
You can’t perform that action at this time.
0 commit comments