mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] display regen-conf in private diagnosis
This commit is contained in:
parent
f20ef340dc
commit
97fea34124
1 changed files with 2 additions and 0 deletions
|
@ -624,6 +624,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