Skip to content

Commit 9c7c719

Browse files
committed
Fix missing endifs
1 parent 4e8df15 commit 9c7c719

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

roles/generate-jenkins/templates/DOCUMENTATION.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ Containers are configured using parameters passed at runtime (such as those abov
190190
{% for item in opt_cap_add_param_vars %}
191191
| `--cap-add={{ item.cap_add_var }}` | {{ item.desc }} |
192192
{% endfor %}
193+
{% endif %}
193194
{% if nonroot_supported is defined and nonroot_supported %}
194195
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
195196
{% endif %}

roles/generate-jenkins/templates/README.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Containers are configured using parameters passed at runtime (such as those abov
159159
{% for item in opt_cap_add_param_vars %}
160160
| `--cap-add={{ item.cap_add_var }}` | {{ item.desc }} |
161161
{% endfor %}
162+
{% endif %}
162163
{% if nonroot_supported is defined and nonroot_supported %}
163164
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
164165
{% endif %}

0 commit comments

Comments
 (0)