prune hidden directories (like .trash) in ovl search

This commit is contained in:
macmpi 2022-07-24 19:47:15 +02:00
parent 46981535ce
commit 134360420b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -4,7 +4,7 @@
exec 1>/dev/console 2>&1 exec 1>/dev/console 2>&1
mkdir /tmp/.trash mkdir /tmp/.trash
ovlpath=$( find /media -type f -name *.apkovl.tar.gz -exec dirname {} \; | head -1 ) ovlpath=$( find /media -type d -path '*/.*' -prune -o -type f -name *.apkovl.tar.gz -exec dirname {} \; | head -1 )
## Setup Network interfaces ## Setup Network interfaces