Changeset 46516


Ignore:
Timestamp:
02/01/23 18:11:30 (7 weeks ago)
Author:
obi
Message:

change default stream port again to 22222 for timote and kill streamport on guirestart

File:
1 edited

Legend:

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

    r46006 r46516  
    246246    # kill webif
    247247    fuser -k 80/tcp
     248
     249    # kill streamport
     250    STREAMPORT=$(cat /mnt/config/titan.cfg | sed -nr 's/.*stream_port=(.*).*/\1/p')
     251    fuser -k $STREAMPORT/tcp
    248252
    249253    if [ -e /mnt/config/dualboot ] && [ -e "/usr/bin/enigma2" ] && [ -e "/usr/share/enigma2/skin.xml" ];then
Note: See TracChangeset for help on using the changeset viewer.