Skip to content

Commit 9a657fc

Browse files
committed
update lib
1 parent 0a564f3 commit 9a657fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/util.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ function deleteOldLogs()
348348
do
349349
checkExistFolder "${logFolderPaths[i]}"
350350

351-
find "${logFolderPaths[i]}" \
351+
find -L \
352+
"${logFolderPaths[i]}" \
352353
-type f \
353354
\( \
354355
-regex '.*-[0-9]+' -o \

0 commit comments

Comments
 (0)