Commit c08d18dd authored by Michael Shigorin's avatar Michael Shigorin

net-eth: fix ugly typo

That space before ']' was missing indeed :-/
parent 7a36fed4
......@@ -40,7 +40,7 @@ write_iface() {
echo "NM_CONTROLLED=$NMCTL"
echo "DISABLED=$NMCTL"
echo "#USE_IFPLUGD=yes"
[ -z "$append"] || echo "$append"
[ -z "$append" ] || echo "$append"
} > "$dir/options"
}
......
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