增加手动停止标识

This commit is contained in:
whyour
2024-12-31 00:17:30 +08:00
parent 678e3e2dc6
commit 43d6ac2071
5 changed files with 22 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ dir_shell=$QL_DIR/shell
trap "single_hanle" 2 3 20 15 14 19 1
single_hanle() {
eval handle_task_end "$@" "$cmd"
eval MANUAL=true handle_task_end "$@" "$cmd"
exit 1
}