Check for compressed file
This commit is contained in:
parent
8d62591928
commit
c615b8adce
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ outfile=$outdir$fileroot.osm
|
|||
# ---------------------------------------------
|
||||
# process
|
||||
# ---------------------------------------------
|
||||
if [ ! -f $outfile ]
|
||||
if [ ! -f $outfile.bz2 ]
|
||||
then
|
||||
echo "----------------------------------------------"
|
||||
echo "Processing"$fileroot
|
||||
|
|
Loading…
Reference in a new issue