fix find last log
This commit is contained in:
parent
06642bf7e3
commit
c53f0436b2
2
builder
2
builder
@ -556,7 +556,7 @@ function compiled ()
|
|||||||
|
|
||||||
function find_log ()
|
function find_log ()
|
||||||
{
|
{
|
||||||
find "$KFLogs" -printf '%T+ %p\n' | sort -r | head -n1 | cut -f2- -d" "
|
find "$KFLogs" -type f -printf '%T+ %p\n' | sort -r | head -n1 | cut -f2- -d" "
|
||||||
}
|
}
|
||||||
|
|
||||||
function compile ()
|
function compile ()
|
||||||
|
Loading…
Reference in New Issue
Block a user