hts-tvheadend: update to last option dialog changes

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-01-23 18:37:11 +01:00
parent 7d8e4b6774
commit e8a57fa1b3

View File

@ -28,7 +28,7 @@ OPENELEC_SETTINGS="$HOME/.xbmc/userdata/addon_data/os.openelec.settings/settings
if [ -f "$OPENELEC_SETTINGS" ]; then if [ -f "$OPENELEC_SETTINGS" ]; then
TVHEADEND_START=`grep TVHEADEND_START $OPENELEC_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"` TVHEADEND_START=`grep TVHEADEND_START $OPENELEC_SETTINGS | awk '{print $3 }' | sed -e "s,value=,," -e "s,\",,g"`
if [ "$TVHEADEND_START" = "yes" ]; then if [ "$TVHEADEND_START" = "true" ]; then
progress "starting TV Server" progress "starting TV Server"
tvheadend -C -s -f -u root -g root tvheadend -C -s -f -u root -g root
fi fi