mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Commit dmmap changes even if there is no service to restart
This commit is contained in:
parent
73356e08a4
commit
3ce214e8f1
1 changed files with 3 additions and 1 deletions
|
|
@ -441,10 +441,12 @@ void bbf_entry_restart_services(struct blob_buf *bb, bool restart_services)
|
||||||
|
|
||||||
if (restart_services) {
|
if (restart_services) {
|
||||||
dmubus_call_set("uci", "commit", UBUS_ARGS{{"config", pc->package, String}}, 1);
|
dmubus_call_set("uci", "commit", UBUS_ARGS{{"config", pc->package, String}}, 1);
|
||||||
dmuci_commit_bbfdm();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (restart_services)
|
||||||
|
dmuci_commit_bbfdm();
|
||||||
|
|
||||||
free_all_list_package_change(&head_package_change);
|
free_all_list_package_change(&head_package_change);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue