Skip to content

Commit 68ed394

Browse files
committed
update lib
1 parent 9a657fc commit 68ed394

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 -L \
351+
find \
352+
-L \
352353
"${logFolderPaths[i]}" \
353354
-type f \
354355
\( \

0 commit comments

Comments
 (0)