mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
radicale: Remove obsolete diagnostics
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
03b935333f
commit
5aa957c6ba
@ -217,8 +217,6 @@ def diagnose():
|
|||||||
"""Run diagnostics and return the results."""
|
"""Run diagnostics and return the results."""
|
||||||
results = []
|
results = []
|
||||||
|
|
||||||
results.append(action_utils.diagnose_port_listening(5232, 'tcp4'))
|
|
||||||
results.append(action_utils.diagnose_port_listening(5232, 'tcp6'))
|
|
||||||
results.extend(
|
results.extend(
|
||||||
action_utils.diagnose_url_on_all('https://{host}/radicale',
|
action_utils.diagnose_url_on_all('https://{host}/radicale',
|
||||||
check_certificate=False))
|
check_certificate=False))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user