From 83e81c187a842e32bbbff506ac0b468020d5019d Mon Sep 17 00:00:00 2001 From: "A. Pervaiz" <77356768+arooshap@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:55:17 +0100 Subject: [PATCH] Update authmap-prod.cron --- docker/frontend/authmap-prod.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/frontend/authmap-prod.cron b/docker/frontend/authmap-prod.cron index 947aeefbe..b76717e13 100644 --- a/docker/frontend/authmap-prod.cron +++ b/docker/frontend/authmap-prod.cron @@ -1,2 +1,2 @@ -*/15 * * * * sleep $((RANDOM \% 601)); /data/srv/current/config/frontend/mkauthmap -c /data/srv/current/config/frontend/mkauth.conf -o /data/srv/state/frontend/etc/authmap.json --cert /etc/robots/robotcert.pem --key /etc/robots/robotkey.pem --ca-cert /etc/ssl/certs/CERN-bundle.pem ; [ $? -ne 0 ] && /bin/bash /data/alerts.sh +*/15 * * * * sleep $((RANDOM % 601)); /data/srv/current/config/frontend/mkauthmap -c /data/srv/current/config/frontend/mkauth.conf -o /data/srv/state/frontend/etc/authmap.json --cert /etc/robots/robotcert.pem --key /etc/robots/robotkey.pem --ca-cert /etc/ssl/certs/CERN-bundle.pem ; [ $? -ne 0 ] && /bin/bash /data/alerts.sh