summaryrefslogtreecommitdiffstats
path: root/hosts/odxu4b-armhf-rb/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/odxu4b-armhf-rb/etc/rc.local')
-rwxr-xr-xhosts/odxu4b-armhf-rb/etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/odxu4b-armhf-rb/etc/rc.local b/hosts/odxu4b-armhf-rb/etc/rc.local
index 95f5f352..aa6bfefc 100755
--- a/hosts/odxu4b-armhf-rb/etc/rc.local
+++ b/hosts/odxu4b-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
}
#