From b968fd40f5a78ec1557c250a7c4f1c834b485469 Mon Sep 17 00:00:00 2001 From: cwivagg Date: Sat, 24 Dec 2022 08:52:14 -0500 Subject: [PATCH] changes to cronjob hack as test --- roles/matomo/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matomo/tasks/install.yml b/roles/matomo/tasks/install.yml index 66e3be188..b05060e54 100644 --- a/roles/matomo/tasks/install.yml +++ b/roles/matomo/tasks/install.yml @@ -209,7 +209,7 @@ cron: name: "MatomoDataIngestionOnReboot2" special_time: reboot - job: "sudo chown -R www-data:www-data /library/www/matomo" + job: "sudo touch /library/www/matomo/tmp/cache/token.php && sudo mkdir /library/www/matomo/tmp/cache/tracker && sudo chown -R www-data:www-data /library/www/matomo" user: root cron_file: "matomo_reboot2"