Merge branch 'master' into dev

# Conflicts:
#	ShellCrash.tar.gz
#	bin/version
#	version
This commit is contained in:
juewuy
2026-02-08 20:15:15 +08:00
3 changed files with 5 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ bot_tg_start(){
bot_tg_cron
}
bot_tg_stop(){
cronset 'TG_BOT守护进程'
cronload | grep -q 'TG_BOT' && cronset 'TG_BOT'
[ -f "$TMPDIR/bot_tg.pid" ] && kill -TERM "$(cat "$TMPDIR/bot_tg.pid")" 2>/dev/null
killall bot_tg.sh 2>/dev/null
rm -f "$TMPDIR/bot_tg.pid"