mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #411 from YunoHost/regen_conf_in_diagnosis
[enh] display regen-conf in private diagnosis
This commit is contained in:
commit
de3e5bed25
1 changed files with 2 additions and 0 deletions
|
@ -628,6 +628,8 @@ def tools_diagnosis(auth, private=False):
|
|||
# Domains
|
||||
diagnosis['private']['domains'] = domain_list(auth)['domains']
|
||||
|
||||
diagnosis['private']['regen_conf'] = service_regen_conf(with_diff=True, dry_run=True)
|
||||
|
||||
return diagnosis
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue