修复bot.sh

This commit is contained in:
hanhh 2021-08-16 15:06:19 +08:00
parent dfb0d73ef3
commit adc8f35e83

View File

@ -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