Skip to content

Commit

Permalink
A few changes to the cronjobs..
Browse files Browse the repository at this point in the history
  • Loading branch information
arooshap committed Apr 30, 2024
1 parent 3f2c16b commit 0cad683
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/frontend/authmap-preprod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ echo "authmap-preprod.sh is running"

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
/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
2 changes: 1 addition & 1 deletion docker/frontend/authmap-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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
/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
2 changes: 1 addition & 1 deletion docker/frontend/authmap-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Print a message to indicate the script is running
sleep $((RANDOM % 901))

/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
/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 0cad683

Please sign in to comment.