debian: run notify sectors cron job for all tenants (#9144)

This commit is contained in:
Serghei Mihai 2015-11-30 09:55:15 +01:00
parent 484826cfc1
commit 2f9fd0714c
1 changed files with 1 additions and 2 deletions

3
debian/cron.daily vendored
View File

@ -1,3 +1,2 @@
#!/bin/sh
TENANT="passerelle-montpellier.dev.entrouvert.org"
su passerelle -s /bin/sh -c "/usr/bin/passerelle-manage tenant_command notify_sectors -d $TENANT"
su passerelle -s /bin/sh -c "/usr/bin/passerelle-manage tenant_command notify_sectors --all-tenants"