[trigger.py] Oubli du cas de régénération complète
* Il fallait ajouter le .regen
This commit is contained in:
parent
334bac5aa2
commit
1ba54efaa9
1 changed files with 1 additions and 1 deletions
|
@ -129,4 +129,4 @@ if __name__ == '__main__':
|
||||||
for arg_service in trigger_config.services[hostname]:
|
for arg_service in trigger_config.services[hostname]:
|
||||||
if getattr(args, arg_service, False) == True:
|
if getattr(args, arg_service, False) == True:
|
||||||
print affichage.style(" (Ré)Génération du service %s" % (arg_service,), "cyan")
|
print affichage.style(" (Ré)Génération du service %s" % (arg_service,), "cyan")
|
||||||
trigger(arg_service)(True)
|
trigger(arg_service).regen(True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue