From 91c74b929e789d030754be998f444fdc1f0a1191 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Sat, 22 Feb 2020 18:35:27 +0100 Subject: [PATCH] Correct the owner of emailpoubelle cron file --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 5c4a1f4..82b1023 100644 --- a/scripts/install +++ b/scripts/install @@ -131,6 +131,7 @@ newaliases #adding cronjob for removing expired email addresses cp -a ../conf/$app.cron /etc/cron.d/$app +chown root:root /etc/cron.d/$app chmod 644 /etc/cron.d/$app # Create a dedicated nginx config