소스 검색

Fix deployment on non Debian systems. Closes #570

See ticket #570
Gregory Shulov 5 년 전
부모
커밋
34c720fcac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>