Browse Source

Merge pull request #482 from netbootxyz/exit_version

Exit version properly once chain has completed
Antony Messerli 5 years ago
parent
commit
0aee68d6b4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      roles/netbootxyz/templates/version.ipxe.j2

+ 2 - 1
roles/netbootxyz/templates/version.ipxe.j2

@@ -1,4 +1,5 @@
 #!ipxe
 {% if upstream_version %}
 set upstream_version {{ upstream_version }}
-{% endif %}
+{% endif %}
+exit