From aab90516eb781becc8bde7ee594eb0ab40e42aae Mon Sep 17 00:00:00 2001 From: James Hannah Date: Sun, 2 Jun 2013 11:30:57 +0100 Subject: [PATCH] Bring the TVH_ARGS variable into the Debian init script This is defined in the Defaults file but then not included in the init script. --- debian/tvheadend.init | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/tvheadend.init b/debian/tvheadend.init index b4aea9cb..0996cbaa 100644 --- a/debian/tvheadend.init +++ b/debian/tvheadend.init @@ -37,6 +37,7 @@ ARGS="-f" [ -z "$TVH_HTTP_PORT" ] || ARGS="$ARGS --http_port $TVH_HTTP_PORT" [ -z "$TVH_HTTP_ROOT" ] || ARGS="$ARGS --http_root $TVH_HTTP_ROOT" [ -z "$TVH_HTSP_PORT" ] || ARGS="$ARGS --htsp_port $TVH_HTSP_PORT" +[ -z "$TVH_ARGS" ] || ARGS="$ARGS $TVH_ARGS" [ "$TVH_DEBUG" = "1" ] && ARGS="$ARGS -s" # Load the VERBOSE setting and other rcS variables