mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复task命令参数
This commit is contained in:
+2
-2
@@ -72,8 +72,8 @@ done
|
||||
[[ "$show_log" == "true" ]] && shift $(($OPTIND - 1))
|
||||
|
||||
format_params "$@"
|
||||
define_program "$params"
|
||||
handle_log_path "$params"
|
||||
define_program "$@"
|
||||
handle_log_path "$@"
|
||||
|
||||
eval . $dir_shell/otask.sh "$params" "$cmd"
|
||||
[[ -f "$dir_log/$log_path" ]] && cat "$dir_log/$log_path"
|
||||
|
||||
Reference in New Issue
Block a user