[FIX] Mettre entre guillemet la commande à exécuter
This commit is contained in:
parent
2ae07d3c35
commit
006d302f61
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user