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 #12 from autra/fix_cron_permission

Also fix permission when upgrading
This commit is contained in:
Krakinou 2020-03-22 12:55:55 +01:00 committed by GitHub
commit 233292b18b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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