Commit 8e24c804 authored by Jos Schellevis's avatar Jos Schellevis

(cron) fix typo in template

parent 9dffcae4
...@@ -7,6 +7,6 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin ...@@ -7,6 +7,6 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
{% if helpers.exists('OPNsense.cron.jobs') %} {% if helpers.exists('OPNsense.cron.jobs') %}
{% for job in helpers.toList('OPNsense.cron.jobs.job') %} {% for job in helpers.toList('OPNsense.cron.jobs.job') %}
# Origin/Description: {{job.origin}}/{{job.description}} # Origin/Description: {{job.origin}}/{{job.description}}
{{job.minutes}} {{job.hours}} {{job.days}} {{job.moths}} {{job.weekdays}} /usr/local/sbin/configctl {{job.command}} {{job.parameter}} {{job.minutes}} {{job.hours}} {{job.days}} {{job.months}} {{job.weekdays}} /usr/local/sbin/configctl {{job.command}} {{job.parameter}}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment