修复定时任务日志滚动

This commit is contained in:
whyour
2023-09-27 23:04:16 +08:00
parent eddc03e295
commit d3023d31e3
3 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ dir_shell=$QL_DIR/shell
. $dir_shell/share.sh
. $dir_shell/api.sh
trap "single_hanle" 2 3 20 15 14
trap "single_hanle" 2 3 20 15 14 19 1
single_hanle() {
eval handle_task_after "$@" "$cmd"
exit 1