From b98a996cb47fbfb6ca454de46ddf4af78b8c69ce Mon Sep 17 00:00:00 2001 From: juewuy <61367819+juewuy@users.noreply.github.com> Date: Sat, 17 Jan 2026 17:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bot=5Ftg=5Fservice.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/menus/bot_tg_service.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/menus/bot_tg_service.sh b/scripts/menus/bot_tg_service.sh index 67a2ee10..53d92339 100644 --- a/scripts/menus/bot_tg_service.sh +++ b/scripts/menus/bot_tg_service.sh @@ -14,6 +14,5 @@ bot_tg_stop(){ rm -f "$TMPDIR/bot_tg.pid" } bot_tg_cron(){ - cronset 'TG_BOT守护进程' cronset 'TG_BOT守护进程' "* * * * * /bin/sh $CRASHDIR/starts/start_legacy_wd.sh bot_tg #ShellCrash-TG_BOT守护进程" }