mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
(cron) Remove quotes from target parameters
This commit is contained in:
parent
578d0d8e94
commit
6fe1c3bdeb
@ -7,6 +7,6 @@ PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
||||
{% if helpers.exists('OPNsense.cron.jobs') %}
|
||||
{% for job in helpers.toList('OPNsense.cron.jobs.job') %}
|
||||
# Origin/Description: {{job.origin}}/{{job.description}}
|
||||
{{job.minutes}} {{job.hours}} {{job.days}} {{job.moths}} {{job.weekdays}} configd {{job.command}} '{{job.parameter}}'
|
||||
{{job.minutes}} {{job.hours}} {{job.days}} {{job.moths}} {{job.weekdays}} configd {{job.command}} {{job.parameter}}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Loading…
x
Reference in New Issue
Block a user