Changeset 27884


Ignore:
Timestamp:
03/23/14 18:39:41 (10 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/xupnpd/xupnpd.sh

    r27874 r27884  
    1717USER=root
    1818GROUP=root
    19 
     19IP=`ifconfig | grep inet | grep Bcast | awk '{print $2}' | cut -d":" -f2`
    2020 
    2121case $1 in
    2222  start)
    23         bouquet2m3u -o $2/playlists
     23        bouquet2m3u http://$IP:22222/ $2/playlists
    2424    start-stop-daemon --verbose --start --exec xupnpd
    2525  ;;
Note: See TracChangeset for help on using the changeset viewer.