From a298ed0b1c895a44792660c09a3ae946854b23c3 Mon Sep 17 00:00:00 2001 From: MaelReboux Date: Tue, 8 Oct 2019 20:44:27 +0200 Subject: [PATCH] Update backup_umap.sh --- scripts/backup_umap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup_umap.sh b/scripts/backup_umap.sh index 6480d5d..0aa0bba 100755 --- a/scripts/backup_umap.sh +++ b/scripts/backup_umap.sh @@ -30,7 +30,7 @@ curl -sS http://umap.openstreetmap.fr/fr/datalayer/861810/ > "jour_courant/$(da for f in jour_courant/*.geojson do #if [[ $f =~ [0-9]{8}_(0600|1300|1800)_* ]] - if [[ $f =~ [0-9]{8}_(0600)_* ]] + if [[ $f =~ [0-9]{8}_(1200)_* ]] then cp $f ./ fi done