Skip to content

Commit

Permalink
version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
riverscn committed Nov 30, 2019
1 parent 5ebef51 commit 467333b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iptvhelper/Makefile
Expand Up @@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=iptvhelper
PKG_VERSION:=0.1.0
PKG_VERSION:=0.1.1
PKG_RELEASE:=1
PKG_MAINTAINER:=Shun Li <riverscn@gmail.com>
PKG_LICENSE:=GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion iptvhelper/files/etc/init.d/iptvhelper
Expand Up @@ -59,7 +59,7 @@ start_instance() {
config_get IPTV_MAC $cfg mac
config_get IPTV_DNS_REDIR $cfg dns_redir
config_get IPTV_IPSET $cfg ipset
logger "iptvhelper.$cfg: topbox mac=" $IPTV_MAC
logger "iptvhelper.$cfg: topbox mac=$IPTV_MAC"

if [[ $IPTV_DNS_REDIR == '1' ]]; then
logger "iptvhelper.$cfg: topbox DNS redierct enabled"
Expand Down

0 comments on commit 467333b

Please sign in to comment.