修复entrypoint,修改新增任务通知

This commit is contained in:
hanhh
2021-05-28 17:14:19 +08:00
parent cf52721639
commit 54f03a044e
3 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -124,9 +124,9 @@ del_cron_api() {
code=$(echo $api | jq -r .code)
message=$(echo $api | jq -r .message)
if [[ $code == 200 ]]; then
echo -e "删除成功"
echo -e "成功"
else
echo -e "删除失败(${message})"
echo -e "失败(${message})"
fi
}