From 91bbb0e46dba897bd209f5ad7467fabab43bff95 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 29 Jul 2019 20:10:59 +0200 Subject: [PATCH] copr: make cron.d scripts copr-frontend-optional executable When running: [root@copr-fe-dev ~][STG]# run-parts --test /etc/cron.daily /etc/cron.daily/copr-frontend There is no /etc/cron.daily/copr-frontend-optional file visible and therefore it is not executed by crond. I am fixing it by adding executable permissions. --- roles/copr/frontend-cloud/files/cron.daily/copr-frontend-optional | 0 .../copr/frontend-cloud/files/cron.hourly/copr-frontend-optional | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 roles/copr/frontend-cloud/files/cron.daily/copr-frontend-optional mode change 100644 => 100755 roles/copr/frontend-cloud/files/cron.hourly/copr-frontend-optional diff --git a/roles/copr/frontend-cloud/files/cron.daily/copr-frontend-optional b/roles/copr/frontend-cloud/files/cron.daily/copr-frontend-optional old mode 100644 new mode 100755 diff --git a/roles/copr/frontend-cloud/files/cron.hourly/copr-frontend-optional b/roles/copr/frontend-cloud/files/cron.hourly/copr-frontend-optional old mode 100644 new mode 100755