mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
When domain name is not set in the config app, currently ejabberd return a list with an empty string as list of domains. This leads to certificates being copied to invalid directory. Fix this by making sure domain name is added to the list only if it is not an empty string. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>