Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 29d30dc

Browse files
committed
Merge branch 'ansible12_fixes' into ansible12_fixes-PR-1.x
2 parents f848e6d + a679d81 commit 29d30dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

roles/cron/cron_matomo/templates/matomo-archive.sh.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ archive(){
77
}
88

99
tasks(){
10-
env php {{ live_symlink_dest }}/{{ webroot }}/console scheduled-tasks:run"
10+
env php {{ live_symlink_dest }}/{{ webroot }}/console scheduled-tasks:run
1111
}
1212

1313
fix(){
14-
env php {{ live_symlink_dest }}/{{ webroot }}/console core:fix-duplicate-log-actions"
14+
env php {{ live_symlink_dest }}/{{ webroot }}/console core:fix-duplicate-log-actions
1515
}
1616

1717
cleanup(){
@@ -24,4 +24,4 @@ cleanup(){
2424
archive
2525
fix
2626
tasks
27-
cleanup
27+
cleanup

0 commit comments

Comments
 (0)