diff options
Diffstat (limited to 'hosts/wbd0-armhf-rb/etc/rc.local')
-rwxr-xr-x | hosts/wbd0-armhf-rb/etc/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/wbd0-armhf-rb/etc/rc.local b/hosts/wbd0-armhf-rb/etc/rc.local index 95f5f352..aa6bfefc 100755 --- a/hosts/wbd0-armhf-rb/etc/rc.local +++ b/hosts/wbd0-armhf-rb/etc/rc.local @@ -47,8 +47,8 @@ fixup_mtu() { if [ -z "$(ip link show eth0 | grep 'eth0:' | grep 'mtu 1500 ' || true)" ] ; then ip link set dev eth0 mtu 1500 fi + ip link show eth0 fi - ip link show eth0 } # |