修复定时任务列表下次运行时间

This commit is contained in:
hanhh
2021-09-24 00:11:14 +08:00
parent 4e403d3d8a
commit 558478be16
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ main() {
run_concurrent "$1" "$3"
;;
desi)
run_single "$1" "$3" "$4"
run_designated "$1" "$3" "$4"
;;
*)
run_else "$@"