Skip to content
Snippets Groups Projects
Commit aeda3280 authored by Vivek Dutta's avatar Vivek Dutta Committed by Amin Ben Romdhane
Browse files

bbfdm: avoid uci commit in uci-defaults

parent 5e3b30da
Branches
Tags
1 merge request!1497bbfdm: avoid uci commit in uci-defaults
...@@ -51,10 +51,6 @@ parse_bbfdm_sysctl_conf_file() { ...@@ -51,10 +51,6 @@ parse_bbfdm_sysctl_conf_file() {
# Replace the original file with the modified content # Replace the original file with the modified content
mv "$tmpfile" "${bbfdm_sysctl_conf}" mv "$tmpfile" "${bbfdm_sysctl_conf}"
# Apply the changes
uci commit network
sysctl -e -p "${bbfdm_sysctl_conf}" >&-
} }
parse_bbfdm_sysctl_conf_file parse_bbfdm_sysctl_conf_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment