From 95b4b1e2ec1fc518e18406da638bdc0e025310d8 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 8 May 2019 00:32:52 +0200 Subject: [VRRP] T1371: add quotes around the health check script string. --- src/conf_mode/vrrp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/conf_mode/vrrp.py b/src/conf_mode/vrrp.py index bc833b63f..85c6ad580 100755 --- a/src/conf_mode/vrrp.py +++ b/src/conf_mode/vrrp.py @@ -39,7 +39,7 @@ config_tmpl = """ {% if group.health_check_script -%} vrrp_script healthcheck_{{ group.name }} { - script {{ group.health_check_script }} + script "{{ group.health_check_script }}" interval {{ group.health_check_interval }} fall {{ group.health_check_count }} rise 1 -- cgit v1.2.3