Added exception handling

This commit is contained in:
2021-03-11 16:45:24 +00:00
parent 7a7bf4a6b4
commit f2e2d8e2b6
2 changed files with 7 additions and 12 deletions

View File

@ -29,7 +29,7 @@ echo "Extracting data..."
shopt -s nullglob
found=0
for f in $MOUNTPOINT/*.[0-9]
for f in $MOUNTPOINT/*.?
do
found=1
echo "Processing $f..."