From 3c1ee9a1eccfc9d7e09101c741edb86eb761b2a4 Mon Sep 17 00:00:00 2001 From: suwings Date: Thu, 9 Aug 2018 14:46:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20-=20=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E7=9A=84=E5=90=AF=E5=8A=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app.js b/app.js index b434dd44..0d1d6465 100644 --- a/app.js +++ b/app.js @@ -269,6 +269,14 @@ app.use('/fs', require('./onlinefs/controller/function')); if (MCSERVER.localProperty.ftp_is_allow) require('./ftpd/index'); //执行ftp逻辑 + MCSERVER.infoLog('INFO', '配置文件: property.js 文件'); + MCSERVER.infoLog('INFO', '文档参阅: https://github.com/suwings/mcsmanager'); + + if (MCSERVER.allError <= 0) { + MCSERVER.infoLog('INFO', '控制面板已经启动'); + } else { + MCSERVER.infoLog('INFO', '控制面板启动异常'); + } });