修复定时任务 task_after 命令无法停止

This commit is contained in:
whyour
2023-10-12 00:45:49 +08:00
parent 99f6073c8e
commit b6376ed2e8
4 changed files with 15 additions and 11 deletions
+4 -2
View File
@@ -241,6 +241,8 @@ main() {
fi
}
handle_task_before "$@"
handle_task_start "$@"
run_task_before "$@"
main "$@"
handle_task_after "$@"
run_task_after "$@"
handle_task_end "$@"