Fix template for updated pvcbootstrapd

This commit is contained in:
2023-09-01 15:41:58 -04:00
parent 36ffc2cebf
commit ab7662c6de
3 changed files with 21 additions and 34 deletions

View File

@ -1,5 +1,5 @@
#!ipxe
{% if imgargs_host is defined and imgargs_host %}
{% if imgargs_host is defined and imgargs_host -%}
set imgargs-host {{ imgargs_host }}
{% endif %}
{%- endif %}