android_leo_fsr/build/system/bin/rmnet0-mtu.sh

7 lines
85 B
Bash
Executable File

ifconfig rmnet0 |grep MTU:700
if [ $? = 1 ]
then
ifconfig rmnet0 mtu 700
sleep 60
fi