]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix #1595 - fix typo in IPV6 check for debian init script
authorAdam Sutton <dev@adamsutton.me.uk>
Mon, 4 Feb 2013 14:12:16 +0000 (14:12 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 4 Feb 2013 14:12:16 +0000 (14:12 +0000)
debian/tvheadend.init

index 1fe83698003039461c34fd614949c9b9b67f887d..d0fb7dd739f86e7569b07b1a3ea18859f15f78d0 100644 (file)
@@ -33,7 +33,7 @@ ARGS="-f"
 [ -z "$TVH_GROUP"     ] || ARGS="$ARGS -g $TVH_GROUP"
 [ -z "$TVH_CONF_DIR"  ] || ARGS="$ARGS -c $TVH_CONF_DIR"
 [ -z "$TVH_ADAPTERS"  ] || ARGS="$ARGS -a $TVH_ADAPTERS"
-[ "$TVH_IPV6" == "1"  ] && ARGS="$ARGS -6"
+[ "$TVH_IPV6" = "1"   ] && ARGS="$ARGS -6"
 [ -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"