We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43a003 commit 2da5be8Copy full SHA for 2da5be8
kill-process.sh
@@ -76,7 +76,6 @@ fi
76
if [ -f "bot.pid" ]; then
77
kill -9 $(cat bot.pid) 2>/dev/null || true
78
rm -f bot.pid
79
- kill_process_by_name "rust-mev-bot"
80
log_warning "bot stop complete ..."
81
fi
82
0 commit comments