Check for compressed file

This commit is contained in:
yvecai 2012-10-21 23:12:57 +02:00
parent 8d62591928
commit c615b8adce

View file

@ -39,7 +39,7 @@ outfile=$outdir$fileroot.osm
# --------------------------------------------- # ---------------------------------------------
# process # process
# --------------------------------------------- # ---------------------------------------------
if [ ! -f $outfile ] if [ ! -f $outfile.bz2 ]
then then
echo "----------------------------------------------" echo "----------------------------------------------"
echo "Processing"$fileroot echo "Processing"$fileroot