mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
dynamicdns: Send domain added signal properly during init
Due a missing dependency on 'names' app, 'dynamicdns' app could be initialized before 'names' app. This will lead to domain_added signal by dynamicdns being ignored. Dynamic DNS domain name will not be make it into the list of global domains. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
4ea2fa499c
commit
a126414a42
@ -34,6 +34,8 @@ version = 1
|
||||
|
||||
is_essential = True
|
||||
|
||||
depends = ['names']
|
||||
|
||||
managed_packages = ['ez-ipupdate']
|
||||
|
||||
name = _('Dynamic DNS Client')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user