1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

Merge pull request #11 from autra/fix_cron_permission

Fix #10: fix the owner of cron file
This commit is contained in:
Krakinou 2020-02-23 11:08:05 +01:00 committed by GitHub
commit d995366a2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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