From 635306e2d3a4235397173461414b2891ea2113a0 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Mon, 2 Aug 2021 19:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=BB=E5=8A=A1=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/api.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/api.sh b/shell/api.sh index 98f9a186..1cf19aca 100755 --- a/shell/api.sh +++ b/shell/api.sh @@ -170,9 +170,9 @@ update_cron() { code=$(echo $api | jq -r .code) message=$(echo $api | jq -r .message) if [[ $code == 200 ]]; then - echo -e "## 更新任务状态成功" >> $log_path + echo -e "## 更新任务状态成功\n" >> $log_path else - echo -e "## 更新任务状态失败(${message})" >> $log_path + echo -e "\n## 更新任务状态失败(${message})" >> $log_path fi }