Oublié d'updater les arguments dans le cas d'une régénération explicite.
This commit is contained in:
parent
cfac2f811e
commit
c0aa3c0e48
1 changed files with 1 additions and 1 deletions
|
@ -138,4 +138,4 @@ if __name__ == '__main__':
|
|||
for arg_service in trigger_config.services[HOSTNAME]:
|
||||
if getattr(ARGS, arg_service, False) == True:
|
||||
print affichage.style(" (Ré)Génération du service %s" % (arg_service,), "cyan")
|
||||
trigger_service(arg_service)(True)
|
||||
trigger_service(arg_service)('full_regeneration', True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue