From 00213e62ce6e06ee765c78ce7932d8f453cef3b4 Mon Sep 17 00:00:00 2001 From: yvecai Date: Sun, 21 Oct 2012 23:43:00 +0200 Subject: [PATCH] Revert existing file check: now overwriting files by default --- config/contours/V3/make-contour-tile.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/contours/V3/make-contour-tile.sh b/config/contours/V3/make-contour-tile.sh index f1a61eab85..18035fbedf 100755 --- a/config/contours/V3/make-contour-tile.sh +++ b/config/contours/V3/make-contour-tile.sh @@ -39,8 +39,8 @@ outfile=$outdir$fileroot.osm # --------------------------------------------- # process # --------------------------------------------- -if [ ! -f $outfile.bz2 ] -then +#if [ ! -f $outfile.bz2 ] +#then echo "----------------------------------------------" echo "Processing"$fileroot echo "----------------------------------------------" @@ -56,6 +56,6 @@ then echo "Compressing to osm.bz2 …" bzip2 -f $outfile if [ $? -ne 0 ]; then echo $(date)' Error compressing OSM file' & exit 6;fi -else -echo "Skipping, already existing file" -fi +#else +#echo "Skipping, already existing file" +#fi