[FIX] Mettre entre guillemet la commande à exécuter

This commit is contained in:
pulsar89.5 2023-05-23 12:48:01 +02:00
parent 2ae07d3c35
commit 006d302f61

View File

@ -19,7 +19,7 @@ global_defs {
{% for script in keepalived_track_scripts %} {% for script in keepalived_track_scripts %}
vrrp_script {{ script.name }} { vrrp_script {{ script.name }} {
script {{ script.command }} script "{{ script.command }}"
interval {{ script.interval }} interval {{ script.interval }}
} }
{% endfor %} {% endfor %}