mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复运行任务shell
This commit is contained in:
parent
281ed6cfba
commit
591a5006da
|
@ -98,7 +98,7 @@ handle_log_path() {
|
|||
if [[ ! -z $ID ]]; then
|
||||
suffix="_${ID}"
|
||||
fi
|
||||
local time=$(date "+$time_format")
|
||||
time=$(date "+$time_format")
|
||||
log_time=$(format_log_time "$time_format" "$time")
|
||||
log_dir_tmp="${file_param##*/}"
|
||||
if [[ $file_param =~ "/" ]]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user