Update backup_umap.sh

This commit is contained in:
MaelReboux 2019-01-12 14:30:40 +01:00
parent 541f4f3490
commit 3678aedf7b

View file

@ -19,7 +19,7 @@ curl -sS http://umap.openstreetmap.fr/fr/datalayer/715179/ > "jour_courant/$(da
for f in jour_courant/*.geojson
do
if [[ $f =~ [0-9]{8}_(0600|1300|1800)_* ]]
then cp jour_courant/$f ./
then cp $f ./
fi
done