Added exception handling
This commit is contained in:
@ -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..."
|
||||
|
Reference in New Issue
Block a user