bbfdm: avoid uci commit in uci-defaults

This commit is contained in:
Vivek Kumar Dutta 2025-03-05 09:39:56 +05:30 committed by Amin Ben Romdhane
parent 5e3b30daa8
commit aeda3280b3

View file

@ -51,10 +51,6 @@ parse_bbfdm_sysctl_conf_file() {
# Replace the original file with the modified content
mv "$tmpfile" "${bbfdm_sysctl_conf}"
# Apply the changes
uci commit network
sysctl -e -p "${bbfdm_sysctl_conf}" >&-
}
parse_bbfdm_sysctl_conf_file