修复运行任务shell

This commit is contained in:
whyour 2022-09-11 19:53:57 +08:00
parent 281ed6cfba
commit 591a5006da

View File

@ -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