1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Add permissions fix as cronjob

This commit is contained in:
cwivagg 2022-12-24 08:19:22 -05:00 committed by GitHub
parent 3b3d223beb
commit dd5c181807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,6 +205,14 @@
cron_file: "matomo_daily"
- name: Start Collecting Matomo Data
cron:
name: "MatomoDataIngestionOnReboot2"
special_time: reboot
job: "sudo chown -R www-data:www-data /library/www/matomo"
user: root
cron_file: "matomo_reboot2"
# RECORD Matomo AS INSTALLED
- name: "Set 'matomo_installed: True'"