Changeset 43153


Ignore:
Timestamp:
12/27/18 19:18:13 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r43149 r43153  
    334334}
    335335
    336 startSamba() {
     336startSamba()
     337{
    337338        case $sambaserver in
    338339                y)
     
    345346}
    346347
    347 startNFS() {
     348startNFS()
     349{
    348350        case $nfsserver in
    349351                y)
     
    353355}
    354356
    355 startOpenVPN() {
     357startOpenVPN()
     358{
    356359        case $openvpn in
    357360                y)
     
    542545}
    543546
    544 startUsercmd() {
     547startUsercmd()
     548{
    545549        case $debug in on|full) echo "[$0] [$INPUT] startUsercmd";; esac
    546550        if [ -e /mnt/config/usercmd.sh ]; then
     
    549553}
    550554
    551 startEvent() {
     555startEvent()
     556{
    552557        startup_progress "$INPUT"
    553558        case $debug in on|full) echo "[$0] [$INPUT] startEvent";; esac
     
    555560}
    556561
    557 startWlan() {
     562startWlan()
     563{
    558564        startup_progress "$INPUT"
    559565        case $wlan in
     
    569575}
    570576
    571 startDepmod() {
     577startDepmod()
     578{
    572579        startup_progress "$INPUT"
    573580        case $debug in on|full) echo "[$0] [$INPUT] startDepmod";; esac
     
    582589}
    583590
    584 startRcreboot() {
     591startRcreboot()
     592{
    585593        startup_progress "$INPUT"
    586594        case $rcreboot in
     
    592600}
    593601
    594 startDevoled() {
     602startDevoled()
     603{
    595604        startup_progress "$INPUT"
    596605        case $debug in on|full) echo "[$0] [$INPUT] startDevoled";; esac
     
    599608                rm /dev/vfd
    600609                ln -s /proc/vfd /dev/
    601         else if [ -e /dev/dbox/oled0 ];then
     610        elif [ -e /dev/dbox/oled0 ];then
    602611                rm /dev/vfd
    603612                ln -s /dev/dbox/oled0 /dev/vfd
     
    612621}
    613622
    614 checkEmu() {
     623checkEmu()
     624{
    615625        emuret=`emu.sh check | grep "checkemu running emu="`
    616626        if [ -z "$emuret" ]; then
     
    619629}
    620630
    621 startXUPNPD() {
     631startXUPNPD()
     632{
    622633        case $debug in on|full) echo "$CMD [$INPUT] startXUPNPD";; esac
    623634        case $xupnpd in
     
    634645}
    635646
    636 startDLNA() {
     647startDLNA()
     648{
    637649        case $debug in on|full) echo "$CMD [$INPUT] startDLNA";; esac
    638650        case $dlna in
     
    649661}
    650662
    651 startInaDyn() {
     663startInaDyn()
     664{
    652665        case $debug in on|full) echo "$CMD [$INPUT] startInaDyn";; esac
    653666        case $inadyn in
     
    664677}
    665678
    666 startSystemdown() {
     679startSystemdown()
     680{
    667681        start_sec.sh 2 /sbin/fuser -k /dev/dvb/adapter0/frontend0
    668682        start_sec.sh 2 pkill tuxtxt
     
    675689}
    676690
    677 startReboot() {
     691startReboot()
     692{
    678693        echo [start.sh] startReboot $REBOOT >/tmp/log
    679694        case $REBOOT in
     
    10111026esac
    10121027
    1013 
    10141028echo "[$0] exit"
Note: See TracChangeset for help on using the changeset viewer.