debian: make cron quiet (#67897)

This commit is contained in:
Frédéric Péters 2022-08-10 08:58:54 +02:00
parent aa5840d4a6
commit e5dd9b653b
1 changed files with 1 additions and 1 deletions

2
debian/cron.daily vendored
View File

@ -1,2 +1,2 @@
#!/bin/sh
su passerelle -s /bin/sh -c "/usr/bin/passerelle-manage tenant_command notify_sectors --all-tenants"
su passerelle -s /bin/sh -c "/usr/bin/passerelle-manage tenant_command notify_sectors --all-tenants -v0"