1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Force link up for RUTX

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-03-24 21:24:53 +01:00
parent 66eed314b7
commit a439c470ff

View file

@ -24,6 +24,8 @@ check_modem() {
mctl -s -m ${label}
sleep 1
mctl -p -m ${label}
ip link set up dev wwan0 2>&1 >/dev/null
ip link set up dev wwan1 2>&1 >/dev/null
done
json_select ..
return 1