8 lines
214 B
Text
8 lines
214 B
Text
|
#jinja2: trim_blocks: True, lstrip_blocks: True
|
||
|
#!/usr/bin/env bash
|
||
|
|
||
|
{{ dehydrated_install_root }}/pdns_api/pdns_api.sh "$@"
|
||
|
{% if dehydrated_deploycert is defined %}
|
||
|
/etc/dehydrated/deploycert.sh "$@"
|
||
|
{% endif %}
|