From adc8f35e830710df100f026d6d2c1919eda988b8 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Mon, 16 Aug 2021 15:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbot.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/bot.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/bot.sh b/shell/bot.sh index 02d20f3e..f8e0c9e2 100644 --- a/shell/bot.sh +++ b/shell/bot.sh @@ -40,5 +40,3 @@ cd $dir_root ps -ef | grep "python3 -m jbot" | grep -v grep | awk '{print $1}' | xargs kill -9 2>/dev/null nohup python3 -m jbot >$dir_log/bot/nohup.log 2>&1 & echo -e "bot启动成功...\n" - -exit 0