Fix cron syntax (#1733)

environments/ppa-mbqj77/deployments/738^2
Xavier Guimard 6 years ago
parent d2442724f4
commit 57ccf2d7ba
  1. 2
      debian/liblemonldap-ng-portal-perl.cron.d
  2. 2
      lemonldap-ng-portal/site/cron/purgeCentralCache.cron.d

@ -1,4 +1,4 @@
#
# Regular cron jobs for LemonLDAP::NG Portal
#
10 1/12 * * * www-data [ -x /usr/share/lemonldap-ng/bin/purgeCentralCache ] && /usr/share/lemonldap-ng/bin/purgeCentralCache
*/10 * * * * www-data [ -x /usr/share/lemonldap-ng/bin/purgeCentralCache ] && /usr/share/lemonldap-ng/bin/purgeCentralCache

@ -1,4 +1,4 @@
#
# Regular cron jobs for LemonLDAP::NG Portal
#
10 1/12 * * * __APACHEUSER__ [ -x __BINDIR__/purgeCentralCache ] && __BINDIR__/purgeCentralCache
*/10 * * * * __APACHEUSER__ [ -x __BINDIR__/purgeCentralCache ] && __BINDIR__/purgeCentralCache

Loading…
Cancel
Save