check-compose: damnit, more dashes
This commit is contained in:
parent
3c617216f9
commit
4e1ac4993c
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
[main]
|
||||
{% if checkcompose_wait is defined %}
|
||||
wait: {{ check-compose_wait }}
|
||||
wait: {{ checkcompose_wait }}
|
||||
{% endif %}
|
||||
{% if checkcompose_emailfrom is defined %}
|
||||
email-from: {{ check-compose_emailfrom }}
|
||||
email-from: {{ checkcompose_emailfrom }}
|
||||
{% endif %}
|
||||
{% if checkcompose_emailto is defined %}
|
||||
email-to: {{ check-compose_emailto }}
|
||||
email-to: {{ checkcompose_emailto }}
|
||||
{% endif %}
|
||||
{% if checkcompose_smtp is defined %}
|
||||
smtp: {{ check-compose_smtp }}
|
||||
smtp: {{ checkcompose_smtp }}
|
||||
{% endif %}
|
||||
{% if checkcompose_json is defined %}
|
||||
json: {{ check-compose_json }}
|
||||
json: {{ checkcompose_json }}
|
||||
{% endif %}
|
||||
{% if checkcompose_loglevel is defined %}
|
||||
loglevel: {{ check-compose_loglevel }}
|
||||
loglevel: {{ checkcompose_loglevel }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue