Explorar o código

Merge pull request #571 from GR360RY/development

Fix deployment on non Debian systems. Closes #570
Antony Messerli %!s(int64=5) %!d(string=hai) anos
pai
achega
dd9645b4cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/netbootxyz/templates/index.html.j2

+ 1 - 1
roles/netbootxyz/templates/index.html.j2

@@ -24,7 +24,7 @@ exit
   </style>
   <body>
   <div style="font-family: monospace, fixed; font-weight: bold;">
-  {% if index_title is defined %}
+  {% if index_title.stdout is defined %}
   {{ index_title.stdout }}
   {% else %}
   <h1>{{ site_name }}</h1>