Fix cron syntax (#1733)
parent
d2442724f4
commit
57ccf2d7ba
@ -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…
Reference in new issue