1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Increase delay for modem

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-08-24 17:26:26 +02:00
parent 28db354146
commit 25f95427e8

View file

@ -3,8 +3,9 @@
if [ "$(grep usbmode /etc/rc.local)" = "" ]; then
sed -i 's:exit 0::g' /etc/rc.local
cat <<-EOF >> /etc/rc.local
/bin/sleep 5
/sbin/usbmode -l
/bin/sleep 2
/bin/sleep 3
/sbin/usbmode -s
exit 0
EOF