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

Increase modem delay

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-08-25 09:23:16 +02:00
parent 3627014d77
commit 0bcf2090ec

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