From 26fbde676eab68d4854240f3fffc0c802bc079d5 Mon Sep 17 00:00:00 2001 From: heavyrian2012 Date: Wed, 17 May 2023 17:58:03 +0800 Subject: [PATCH] =?UTF-8?q?stop=E8=84=9A=E6=9C=AC=E7=AD=89=E5=BE=85?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=BB=B6=E9=95=BF=E5=88=B030=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- distribution/src/main/scripts/stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/src/main/scripts/stop.sh b/distribution/src/main/scripts/stop.sh index 659609181..61dcc65ed 100755 --- a/distribution/src/main/scripts/stop.sh +++ b/distribution/src/main/scripts/stop.sh @@ -9,7 +9,7 @@ fi kill -15 $pid -for i in {1..15} +for i in {1..30} do pid=`ps -ef | grep wildfirechat.server.Server | grep -v grep | awk '{print $2}'` if [ -z $pid ]; then