From 02605b71f70aef8e649d076f5f0f6568d00583b7 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Sun, 23 Feb 2020 16:06:48 +0100 Subject: [PATCH] Also fix permission when upgrading --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 4819643..ba6eef7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -189,6 +189,7 @@ yunohost service regen-conf postfix -f #================================================= chown -R www-data:www-data $final_path +chown root:root /etc/cron.d/$app #=================================================