mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复entrypoint,修改新增任务通知
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user