There was an error while loading. Please reload this page.
2 parents 69e1243 + a679d81 commit 59fdd31Copy full SHA for 59fdd31
1 file changed
roles/cron/cron_matomo/templates/matomo-archive.sh.j2
@@ -7,11 +7,11 @@ archive(){
7
}
8
9
tasks(){
10
- env php {{ live_symlink_dest }}/{{ webroot }}/console scheduled-tasks:run"
+ env php {{ live_symlink_dest }}/{{ webroot }}/console scheduled-tasks:run
11
12
13
fix(){
14
- env php {{ live_symlink_dest }}/{{ webroot }}/console core:fix-duplicate-log-actions"
+ env php {{ live_symlink_dest }}/{{ webroot }}/console core:fix-duplicate-log-actions
15
16
17
cleanup(){
@@ -24,4 +24,4 @@ cleanup(){
24
archive
25
fix
26
tasks
27
-cleanup
+cleanup
0 commit comments