Changeset 43342 for titan


Ignore:
Timestamp:
01/28/19 18:42:54 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/oealliance/usr/bin/titan.sh

    r43341 r43342  
     1startconfig=/mnt/config/start-config
     2if [ ! -e "$startconfig" ]; then startconfig="/etc/titan.restore/mnt/config/start-config"; fi
     3
     4. $startconfig
     5. /sbin/start-progress
     6. /sbin/start-function
     7
     8model=`cat /etc/model`
     9realbox=`cat /proc/stb/info/boxtype`
     10arch=`cat /etc/.arch`
     11board=`cat /etc/.board`
     12
    113startautofs()
    214{
     
    2335                        mkdir /tmp/backupmtd/swapextensions
    2436                        cp -a /mnt/swapextensions/player /tmp/backupmtd/swapextensions
    25 #                       backuptpk
     37                        backuptpk
    2638                fi
    2739
     
    5769
    5870                        if [ -e /var/etc/.backupmtd ]; then
    59 #                               restoretpk
     71                                restoretpk
    6072
    6173                                rm -rf /mnt/settings
Note: See TracChangeset for help on using the changeset viewer.