1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00

fix port var name

This commit is contained in:
Salamandar 2024-01-14 22:39:48 +01:00
parent 3add63cce7
commit 74beb22683
2 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# systemd
# See tvheadend --help for more - default "-u hts -g video"
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --http_root __PATH__ --htsp_port __STREAM_PORT__"
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --http_root __PATH__ --htsp_port __PORT_STREAM__"
# sysvinit
#
@ -58,4 +58,3 @@ TVH_DEBUG=0
# TVH_ARGS
# add any other arguments
TVH_ARGS=""

View file

@ -3,7 +3,7 @@
# systemd
# See tvheadend --help for more - default "-u hts -g video"
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --htsp_port __STREAM_PORT__"
OPTIONS="-u hts -g video -c __CONF_DIR__ --http_port __PORT__ --htsp_port __PORT_STREAM__"
# sysvinit
#
@ -58,4 +58,3 @@ TVH_DEBUG=0
# TVH_ARGS
# add any other arguments
TVH_ARGS=""