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:
commit
d995366a2e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue