Changeset 43284


Ignore:
Timestamp:
01/23/19 20:05:14 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r43283 r43284  
    3737}
    3838
    39 checkopkg()
     39startopkg()
    4040{
    4141        if [ $(cat /etc/opkg/opkg.conf | grep "dest / /" | wc -l) -eq 0 ];then
     
    5050}
    5151
    52 checklibs()
     52startlibs()
    5353{
    5454        #check for sundtek tuner helper lib
     
    7979}
    8080
    81 setdate()
     81startdate()
    8282{
    8383        date
     
    118118}
    119119
    120 startsethomedir()
     120starthomedir()
    121121{
    122122        if [ -d /home/root ]; then
     
    204204}
    205205
    206 startmountmnt
     206startmnt
    207207startopkg
    208 startsetdate
     208startdate
    209209startbootlogo
    210 startchecklibs
    211 startsethomedir
     210startlibs
     211starthomedir
    212212startgui
Note: See TracChangeset for help on using the changeset viewer.