net-eth: fix ugly typo
That space before ']' was missing indeed :-/
This commit is contained in:
parent
7a36fed411
commit
c08d18dd54
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user