Skip to content

Commit 7f9326e

Browse files
committed
Upload file
1 parent 5b623a2 commit 7f9326e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pio/src/main/assets/home/bin/findfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ case "$1" in
5050
[[ "$vv" == *super* ]] && continue
5151
[[ -s "$vv" && -f "$vv" ]] || continue
5252
type=$(checktype "$vv")
53-
echo "$vv|$vv ($type)" | grep -E '\(ext\)|\(f2fs\)|\(sparse\)|\(erofs\)'
53+
echo "$vv|$vv ($type)" | grep -E '\(ext\)|\(f2fs\)|\(sparse\)|\(erofs\)|\(unknown\)'
5454
done
5555
;;
5656

0 commit comments

Comments
 (0)