From 4dd88f3ddc666c3ebaf5c284ebe385950a3ced07 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 22 Oct 2014 23:16:04 +0200 Subject: [PATCH] Fix the call to lock-wrapper in the anitya cron --- roles/anitya/backend/files/anitya.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/anitya/backend/files/anitya.cron b/roles/anitya/backend/files/anitya.cron index 9ba6e88d08..8822454d85 100644 --- a/roles/anitya/backend/files/anitya.cron +++ b/roles/anitya/backend/files/anitya.cron @@ -1,3 +1,3 @@ # Checks bi-daily for new versions # -10 */12 * * * root ANITYA_WEB_CONFIG=/etc/anitya/anitya.cfg /usr/local/bin/lock-wrapper /usr/bin/python2 /usr/share/anitya/anitya_cron.py +10 */12 * * * root ANITYA_WEB_CONFIG=/etc/anitya/anitya.cfg /usr/local/bin/lock-wrapper anitya /usr/share/anitya/anitya_cron.py