Fix sending event after install

If a DU is installed or removed from a child process, send the ubus event immediately. Using a uloop timeout callback to send the event fails from a child process because it doesn't run a uloop (so the event never triggers).

Merge request reports

Loading