Commit 9fa3dbd8 authored by Anton Midyukov's avatar Anton Midyukov

net: fix setup NetworkManager controlled with etcnet (fix typo in 50-net-nm)

parent c8322e06
......@@ -4,7 +4,7 @@
defcfg=/etc/net/ifaces/default/options-eth
[ -f defcfg ] || exit 0
[ -f "$defcfg" ] || exit 0
if [ -x /usr/sbin/NetworkManager -o -x /usr/sbin/connmand ]; then
shell_config_set "$defcfg" NM_CONTROLLED yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment