Changeset 43427


Ignore:
Timestamp:
02/03/19 20:50:40 (5 years ago)
Author:
obi
Message:

fix webif

File:
1 edited

Legend:

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

    r43416 r43427  
    1010arch=`cat /etc/.arch`
    1111board=`cat /etc/.board`
     12
     13startwebif()
     14{
     15        if [ ! -L /var/usr/local/share/titan/web/tmp ];then
     16                rm -rf /var/usr/local/share/titan/web/tmp
     17                ln -s /tmp /var/usr/local/share/titan/web/tmp
     18        fi
     19}
    1220
    1321starthotplug()
     
    5664                startautofs restart
    5765                startnetwork link
     66                startwebif
    5867        fi
    5968
Note: See TracChangeset for help on using the changeset viewer.