Skip to content

Commit

Permalink
stop脚本等待时间延长到30秒
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed May 17, 2023
1 parent 81585ec commit 26fbde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/src/main/scripts/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26fbde6

Please sign in to comment.