From 0af45bd13725b7892d2adc2866b38dcd95d468ae Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 10 May 2021 18:42:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=A0=E9=99=A4cron?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index 7fdb1429..9e9a78f7 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -127,7 +127,7 @@ del_cron() { rm -f $cron_file done result=$(del_cron_api "$ids") - detail="${result}\n${detail}" + detail="${result}\n\n${detail}" notify "删除失效任务通知" "$detail" }