1
0

fix find last log

This commit is contained in:
GenZmeY 2022-05-06 16:52:27 +03:00
parent 06642bf7e3
commit c53f0436b2

View File

@ -556,7 +556,7 @@ function compiled ()
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 ()