فهرست منبع

Exit version properly once chain has completed

Antony Messerli 5 سال پیش
والد
کامیت
97f536f5bd
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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