mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-15 13:47:11 +08:00
修复运行任务shell
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ handle_log_path() {
|
|||||||
if [[ ! -z $ID ]]; then
|
if [[ ! -z $ID ]]; then
|
||||||
suffix="_${ID}"
|
suffix="_${ID}"
|
||||||
fi
|
fi
|
||||||
local time=$(date "+$time_format")
|
time=$(date "+$time_format")
|
||||||
log_time=$(format_log_time "$time_format" "$time")
|
log_time=$(format_log_time "$time_format" "$time")
|
||||||
log_dir_tmp="${file_param##*/}"
|
log_dir_tmp="${file_param##*/}"
|
||||||
if [[ $file_param =~ "/" ]]; then
|
if [[ $file_param =~ "/" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user