diff options
| author | Roy Marples <roy@marples.name> | 2009-04-20 09:38:08 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-04-20 09:38:08 +0000 |
| commit | 4f06fdc0f91d4a1a5dcc16853bad22501bb3ce70 (patch) | |
| tree | bf0f4ec021bdf31630aeb07bffdd9ae9e1c7b4f0 /dhcpcd-hooks/10-mtu | |
| parent | e77f6a45143343565f3efe06487ccb18dd8dd071 (diff) | |
| download | dhcpcd-4f06fdc0f91d4a1a5dcc16853bad22501bb3ce70.tar.xz | |
Remove old NetworkManager script - it's useless these days.
Remove gratuitous usage of {} in variables.
Diffstat (limited to 'dhcpcd-hooks/10-mtu')
| -rw-r--r-- | dhcpcd-hooks/10-mtu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpcd-hooks/10-mtu b/dhcpcd-hooks/10-mtu index 4265b482..167d6467 100644 --- a/dhcpcd-hooks/10-mtu +++ b/dhcpcd-hooks/10-mtu @@ -1,5 +1,5 @@ # Configure the MTU for the interface -if [ -n "${new_interface_mtu}" ]; then - ifconfig "${interface}" mtu "${new_interface_mtu}" +if [ -n "$new_interface_mtu" ]; then + ifconfig "$interface" mtu "$new_interface_mtu" fi |
