From 0876099552a6faf5fdfe6cedac1bf047e86eab53 Mon Sep 17 00:00:00 2001 From: fanta Date: Wed, 12 Feb 2025 11:15:22 +0100 Subject: [PATCH] =?UTF-8?q?a=C3=B1adidos=202=20ejemplos=20para=20crontab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca58749..2ba581c 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,9 @@ * Vigilancia del boletines oficiales de diferentes comunidades * Instala las dependencias que vienen en la cabecera del script indicadas * Programa luego en cron cuando quieres que se ejecute cada check de cada boletin indicando el parametro -* Ejemplo crontab -e y se añade (comprueba a las 18 de la tarde cada día): -
0 18 * * * cd /home/fanta/cpdAlerts/; /usr/bin/bash /home/fanta/cpdAlerts/cpdAlerts.sh --madrid
+* Ejemplo en el crontab para comprobar madrid y castila la mancha a las 18 y 19 por si existe novedad: +
+0 18 * * * cd /home/fanta/cpdAlerts/; /usr/bin/bash /home/fanta/cpdAlerts/cpdAlerts.sh --madrid
+0 19 * * * cd /home/fanta/cpdAlerts/; /usr/bin/bash /home/fanta/cpdAlerts/cpdAlerts.sh --clamancha
+
+