From 006d302f61e44a29f095b571f0d5132658b72239 Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Tue, 23 May 2023 12:48:01 +0200 Subject: [PATCH] =?UTF-8?q?[FIX]=20Mettre=20entre=20guillemet=20la=20comma?= =?UTF-8?q?nde=20=C3=A0=20ex=C3=A9cuter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/keepalived.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/keepalived.j2 b/templates/keepalived.j2 index 4acb3bb..8f3d8be 100644 --- a/templates/keepalived.j2 +++ b/templates/keepalived.j2 @@ -19,7 +19,7 @@ global_defs { {% for script in keepalived_track_scripts %} vrrp_script {{ script.name }} { - script {{ script.command }} + script "{{ script.command }}" interval {{ script.interval }} } {% endfor %}