From baf91fab76769367a49393772541d992f990d2e2 Mon Sep 17 00:00:00 2001 From: Adrian Groh Date: Thu, 26 Jun 2025 19:40:43 +0200 Subject: [PATCH] Adjust crontab defaults --- crontab | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/crontab b/crontab index 12e02cf..60e8671 100644 --- a/crontab +++ b/crontab @@ -1,2 +1,4 @@ -* * * * * cd /ausweisstatus && WEBHOOK_URL="url_here" ./notify.sh P L7AAAAAAAA 01.01.1970 >> /var/log/L7 2>&1 -* * * * * cd /ausweisstatus && WEBHOOK_URL="url_here" ./notify.sh R C7AAAAAAAA 01.01.1970 >> /var/log/C7 2>&1 +# perso +*/15 * * * * cd /ausweisstatus && WEBHOOK_URL="url_here" ./notify.sh P L7AAAAAAAA 01.01.1970 >> /var/log/L7 2>&1 +# reisepass +#*/15 * * * * cd /ausweisstatus && WEBHOOK_URL="url_here" ./notify.sh R C7AAAAAAAA 01.01.1970 >> /var/log/C7 2>&1