From 048e2e326df2e964f2364adcbc9a601df813d394 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 6 Jan 2017 10:54:05 +0100 Subject: [PATCH] Autre test --- bin/sourceInsee.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sourceInsee.php b/bin/sourceInsee.php index 769ea1a..18f2cb1 100644 --- a/bin/sourceInsee.php +++ b/bin/sourceInsee.php @@ -14,8 +14,8 @@ $jobby = new Jobby\Jobby(); // MARQUE $jobby->add('INSEE', [ - 'command' => 'curl -s https://www.data.gouv.fr/fr/datasets/base-sirene-des-entreprises-et-de-leurs-etablissements-siren-siret/'. - ' | grep http.*zip -o | sort | uniq | wget -c -N -i -P/home/data/sources/opendata/insee -', + 'command' => 'cd /home/data/sources/opendata/insee && curl -s https://www.data.gouv.fr/fr/datasets/base-sirene-des-entreprises-et-de-leurs-etablissements-siren-siret/'. + ' | grep http.*zip -o | sort | uniq | wget -c -N -i -', 'schedule' => '01 13,18 * * 1-5',