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

fixdevelop

This commit is contained in:
suyuan 2023-07-09 00:51:25 +08:00
parent aeacaf914c
commit 753de38595
797 changed files with 70531 additions and 22374 deletions

View file

@ -7,18 +7,6 @@ if [ "$(grep usbmode /etc/rc.local)" = "" ]; then
/sbin/usbmode -l 2>&1 /dev/null
/bin/sleep 3
/sbin/usbmode -s 2>&1 /dev/null
/bin/sleep 10
echo 0 >/sys/class/leds/green:5g1pwr/brightness
/bin/sleep 2
echo 0 >/sys/class/leds/green:5g2pwr/brightness
/bin/sleep 2
echo 0 >/sys/class/leds/green:5g3pwr/brightness
/bin/sleep 10
echo 1 >/sys/class/leds/green:5g1pwr/brightness
/bin/sleep 3
echo 1 >/sys/class/leds/green:5g2pwr/brightness
/bin/sleep 3
echo 1 >/sys/class/leds/green:5g3pwr/brightnes
exit 0
EOF
fi