Changeset 45073 for titan/oealliance


Ignore:
Timestamp:
01/03/21 12:40:05 (3 years ago)
Author:
obi
Message:

add sf8008m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/oealliance/var/etc/autostart/start.sh

    r44884 r45073  
    8989        if [ -e /proc/stb/info/boxtype ]; then
    9090                stbcheck=`cat /proc/stb/info/boxtype`
    91                 if [ $stbcheck == "sf8008" ] || [ $stbcheck == "sf8008s" ] || [ $stbcheck == "sf8008t" ] || [ $stbcheck == "ustym4kpro" ] || [ $stbcheck == "cc1" ]; then
     91                if [ $stbcheck == "sf8008" ] || [ $stbcheck == "sf8008m" ] || [ $stbcheck == "ustym4kpro" ] || [ $stbcheck == "cc1" ]; then
    9292                        count=`ps -ef |grep libreader |grep -v "grep" |wc -l`
    9393                        if [ 0 == $count ];then
     
    300300                        fi
    301301                        stbcheck=`cat /proc/stb/info/boxtype`
    302                         if [ $stbcheck == "sf8008" ] || [ $stbcheck == "sf8008s" ] || [ $stbcheck == "sf8008t" ] || [ $stbcheck == "ustym4kpro" ] || [ $stbcheck == "cc1" ] ; then
     302                        if [ $stbcheck == "sf8008" ] || [ $stbcheck == "sf8008m" ] || [ $stbcheck == "ustym4kpro" ] || [ $stbcheck == "cc1" ] ; then
    303303                                killall -9 libreader; sleep 5
    304304                        fi
Note: See TracChangeset for help on using the changeset viewer.