net/relayd: fix typo in relayd.conf template

This commit is contained in:
Frank Brendel
2021-04-23 11:40:14 +02:00
committed by Franco Fichtner
parent 73b0e36f12
commit c00a5d3208
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= relayd
PLUGIN_VERSION= 2.4
PLUGIN_VERSION= 2.5
PLUGIN_REVISION= 2
PLUGIN_DEPENDS= relayd
PLUGIN_COMMENT= Relayd Load Balancer
@@ -106,7 +106,7 @@ disable
{% set backuptablecheck = helpers.getUUID(virtualserver.backuptransport_tablecheck) if virtualserver.backuptransport_tablecheck is defined %}
{% set _backuptablecheck = '' %}
{% if backuptablecheck.type == 'http' and backuptablecheck.path is defined%}
{% set _backuptablecheck = 'check ' ~ backuptablecheck.type ~ 's' %}
{% set _backuptablecheck = 'check ' ~ backuptablecheck.type %}
{% if backuptablecheck.ssl|default('0') == '1' %}
{% set _backuptablecheck = _backuptablecheck ~ 's' %}
{% endif %}