From 71d7d3818fd56eb7b48d7a406d9ec40b1e2057ed Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Tue, 6 Jul 2021 13:42:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=8A=B6=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 bf486612..aeaa545f 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 "更新任务状态成功" | tee -a $log_path + echo -e "## 更新任务状态成功" | tee -a $log_path else - echo -e "更新任务状态失败(${message})" | tee -a $log_path + echo -e "## 更新任务状态失败(${message})" | tee -a $log_path fi }