🎨: completely mask stdout/stderr in php webapps’ cron
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s

This commit is contained in:
VC
2025-03-14 11:37:49 +01:00
parent 84b185e63b
commit ad3009d39c
3 changed files with 3 additions and 3 deletions

View File

@@ -6,4 +6,4 @@
name: firefly-iii-cron
minute: 0
hour: 3
job: "/usr/bin/php {{ firefly3_app_home }}/artisan firefly-iii:cron > /dev/null"
job: "/usr/bin/php {{ firefly3_app_home }}/artisan firefly-iii:cron &> /dev/null"