diff --git a/applications/xunyou/Makefile b/applications/xunyou/Makefile index 8861589..1413e6a 100644 --- a/applications/xunyou/Makefile +++ b/applications/xunyou/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xunyou PKG_VERSION:=1.0.9.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION) diff --git a/applications/xunyou/files/xunyou/log/xunyou-proxy.log b/applications/xunyou/files/xunyou/log/xunyou-proxy.log new file mode 100644 index 0000000..e69de29 diff --git a/applications/xunyou/files/xunyou/log/xunyou-running.log b/applications/xunyou/files/xunyou/log/xunyou-running.log new file mode 100644 index 0000000..e69de29 diff --git a/applications/xunyou/files/xunyou/scripts/xunyou_config.sh b/applications/xunyou/files/xunyou/scripts/xunyou_config.sh index 6e727b5..d7b3057 100755 --- a/applications/xunyou/files/xunyou/scripts/xunyou_config.sh +++ b/applications/xunyou/files/xunyou/scripts/xunyou_config.sh @@ -9,7 +9,7 @@ ifname=$( network_is_up "lan" || exit 1 network_get_device device "lan" - printf "%s " "${device:-br-lan}" + printf "%s" "${device:-br-lan}" ) [ -z "$ifname" ] && ifname="br-lan" diff --git a/applications/xunyou/files/xunyou/uninstall.sh b/applications/xunyou/files/xunyou/uninstall.sh index 3104206..d3774ab 100755 --- a/applications/xunyou/files/xunyou/uninstall.sh +++ b/applications/xunyou/files/xunyou/uninstall.sh @@ -9,7 +9,7 @@ ifname=$( network_is_up "lan" || exit 1 network_get_device device "lan" - printf "%s " "${device:-br-lan}" + printf "%s" "${device:-br-lan}" ) [ -z "$ifname" ] && ifname="br-lan"