mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Mistakes were made
This commit is contained in:
parent
08c23599e2
commit
c39a1f010e
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ def regen_conf(operation_logger, names=[], with_diff=False, force=False, dry_run
|
|||
# services.yml (which will happens only during the regen-conf of
|
||||
# 'yunohost', so at the very end of the regen-conf cycle) Anyway,
|
||||
# this can be safely removed once we're in >= 4.0
|
||||
names.remove("glances")
|
||||
if "glances" in names:
|
||||
names.remove("glances")
|
||||
|
||||
pre_result = hook_callback('conf_regen', names, pre_callback=_pre_call)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue