Update backup_umap.sh
This commit is contained in:
parent
541f4f3490
commit
3678aedf7b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue