Skip to content

Commit 2da5be8

Browse files
committed
删除无用代码
1 parent c43a003 commit 2da5be8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kill-process.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ fi
7676
if [ -f "bot.pid" ]; then
7777
kill -9 $(cat bot.pid) 2>/dev/null || true
7878
rm -f bot.pid
79-
kill_process_by_name "rust-mev-bot"
8079
log_warning "bot stop complete ..."
8180
fi
8281

0 commit comments

Comments
 (0)