From bef148a06bebf5d778a08155ec20c427b05cdca5 Mon Sep 17 00:00:00 2001 From: joy Date: Fri, 31 Oct 2025 12:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20scripts/deploy=5Fgpu=5Fmon?= =?UTF-8?q?itor.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 8778 --- scripts/deploy_gpu_monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy_gpu_monitor.sh b/scripts/deploy_gpu_monitor.sh index ea99cae..a4ab83d 100644 --- a/scripts/deploy_gpu_monitor.sh +++ b/scripts/deploy_gpu_monitor.sh @@ -159,7 +159,7 @@ uninstall_script() { # 1. 移除定时任务 echo -e "${BLUE}删除定时任务...${NC}" - local cron_line="${CRON_SCHEDULE} bash ${TARGET_SCRIPT} >> ${LOG_FILE} 2>&1" + local cron_line="${CRON_SCHEDULE} bash ${TARGET_SCRIPT} > ${LOG_FILE} 2>&1" if crontab -l 2>/dev/null | grep -qxF "${cron_line}"; then # 备份现有crontab