mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
owncloud: fix diagnose url
This commit is contained in:
parent
a95142cfff
commit
f81e4a60d3
@ -34,6 +34,6 @@ def diagnose():
|
|||||||
results = []
|
results = []
|
||||||
|
|
||||||
results.extend(action_utils.diagnose_url_on_all(
|
results.extend(action_utils.diagnose_url_on_all(
|
||||||
'https://{host}/roundcube', extra_options=['--no-check-certificate']))
|
'https://{host}/owncloud', extra_options=['--no-check-certificate']))
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user