mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 13:31:42 +00:00
fix: no hacer falla la configuración si todavía no se generó el onion #10542
This commit is contained in:
parent
2a93218ef9
commit
f5274cf342
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
= sanitize_markdown t('.help', public_url: deploy.object.site.url),
|
||||
tags: %w[p strong em a]
|
||||
|
||||
- if deploy.object.fqdn
|
||||
- begin
|
||||
= sanitize_markdown t('.help_2', url: deploy.object.url),
|
||||
tags: %w[p strong em a]
|
||||
- rescue ArgumentError
|
||||
%hr/
|
||||
|
|
Loading…
Reference in a new issue