[back][front]添加recovery系统屏幕提示功能

This commit is contained in:
2024-11-06 19:45:17 +08:00
parent b2522d1e37
commit 759c4fd605
9 changed files with 136 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ for i in /etc/init.d/S??* ;do
echo "$i"
if [ "$i" == "/etc/init.d/SL100FRONTPANEL" ]; then
if [ "$i" == "/etc/init.d/S99swupdate_autorun" ]; then
continue;
fi
@@ -108,4 +108,4 @@ done
ifconfig usb0 10.10.10.253 netmask 255.255.255.0 broadcast 10.10.10.255
/etc/init.d/SL100FRONTPANEL &
/APP/SL100FRONTPANEL &