Changeset 44569 for titan/oealliance/var


Ignore:
Timestamp:
01/19/20 17:02:04 (4 years ago)
Author:
obi
Message:

update

File:
1 edited

Legend:

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

    r44537 r44569  
    165165                        sleep 1
    166166                fi
    167         fi
    168 }
    169 
    170 starthyprid()
    171 {
    172         if [ "$model" == "spark7162" ]; then
    173                 echo "[$0] starthyprid"
    174                 if [ `cat /mnt/config/titan.cfg | grep ^"hypridtuner=" | cut -d "=" -f2 | wc -l` -eq 1 ]; then
    175                         hypridtuner=`cat /mnt/config/titan.cfg | grep ^"hypridtuner=" | cut -d "=" -f2`
    176                 else
    177                         hypridtuner=c
    178                 fi
    179 
    180                 sed "s/sed options spark7162 UnionTunerType=.*/sed options spark7162 UnionTunerType=$hypridtuner/" -i /etc/modprobe.d/_spark7162.conf
    181167        fi
    182168}
Note: See TracChangeset for help on using the changeset viewer.