Skip to content

Commit

Permalink
Update authmap-prod.cron
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap authored Mar 13, 2024
1 parent c15b066 commit 83e81c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/frontend/authmap-prod.cron
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 83e81c1

Please sign in to comment.