提交 1eeafc82 编写于 作者: lakernote's avatar lakernote

(update)[后端](把控制台日志输出到黑洞)

上级 1b2773ae
......@@ -31,7 +31,7 @@ function start()
if [ x"$PID" != x"" ]; then
echo "$AppName is running..."
else
nohup java -jar $JVM_OPTS $AppName &
nohup java -jar $JVM_OPTS $AppName > /dev/null 2>&1 &
echo "Start $AppName success..."
fi
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册