7 lines
85 B
Bash
7 lines
85 B
Bash
|
ifconfig rmnet0 |grep MTU:700
|
||
|
if [ $? = 1 ]
|
||
|
then
|
||
|
ifconfig rmnet0 mtu 700
|
||
|
sleep 60
|
||
|
fi
|