mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复 task 命令日志目录判断
This commit is contained in:
parent
be94d796ac
commit
2295fabcc5
|
@ -66,7 +66,7 @@ handle_log_path() {
|
|||
log_dir="${log_dir_tmp%.*}${suffix}"
|
||||
log_path="$log_dir/$log_time.log"
|
||||
|
||||
if [[ $real_log_path != "${log_path}" ]]; then
|
||||
if [[ $real_log_path ]]; then
|
||||
log_path="$real_log_path"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user