From 95106b3b53bece3a571d56f94dd315438b417d82 Mon Sep 17 00:00:00 2001 From: Qiueer Date: Wed, 17 Jan 2018 11:19:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9python=202.6=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- All In One/confs/tomcat.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/All In One/confs/tomcat.conf b/All In One/confs/tomcat.conf index 779b725..db09599 100644 --- a/All In One/confs/tomcat.conf +++ b/All In One/confs/tomcat.conf @@ -1,2 +1,2 @@ -UserParameter=jmx.tomcat.discovery,python $SCRIPPATH/tomcat.py --list -UserParameter=jmx.tomcat.item[*],python $SCRIPPATH/tomcat.py -b "$1" -k "$2" -p $3 \ No newline at end of file +UserParameter=jmx.tomcat.discovery,python $SCRIPPATH/tomcat.py --list 2>/dev/null +UserParameter=jmx.tomcat.item[*],python $SCRIPPATH/tomcat.py -b "$1" -k "$2" -p $3 2>/dev/null