Changeset 43301


Ignore:
Timestamp:
01/25/19 00:57:54 (5 years ago)
Author:
obi
Message:

fix installed plugins

File:
1 edited

Legend:

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

    r43299 r43301  
    138138}
    139139
     140startplugins()
     141{
     142        if [ ! -L /var/usr/local/share/titan/plugins ];then
     143                rm -rf /var/usr/local/share/titan/plugins
     144                ln -sf /usr/local/share/titan/plugins /var/usr/local/share/titan/plugins
     145        fi
     146}
     147
    140148startEmu() {
    141                 emu.sh "start" "" &
     149        emu.sh "start" "" &
    142150}
    143151
     
    221229
    222230startmnt
     231startplugins
    223232startautofs
    224233startEmu
Note: See TracChangeset for help on using the changeset viewer.