From 74beb22683dafd5374fe001f3cda7c706e333469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 14 Jan 2024 22:39:48 +0100 Subject: [PATCH] fix port var name --- conf/tvheadend | 3 +-- conf/tvheadend_no_subpath | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/tvheadend b/conf/tvheadend index eb6926a..197dcb7 100644 --- a/conf/tvheadend +++ b/conf/tvheadend @@ -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="" - diff --git a/conf/tvheadend_no_subpath b/conf/tvheadend_no_subpath index 592fc1e..a99b709 100644 --- a/conf/tvheadend_no_subpath +++ b/conf/tvheadend_no_subpath @@ -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="" -