From f28843337fbad82009cc28ad182a405e95fb939a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 18 Feb 2019 18:05:50 +0100 Subject: bigclown-gateway: Fix invalid switch in init script --- bigclown-gateway/Makefile | 2 +- bigclown-gateway/files/init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile index f269f52..2084cab 100644 --- a/bigclown-gateway/Makefile +++ b/bigclown-gateway/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bigclown-gateway PKG_VERSION:=1.16.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://codeload.github.com/bigclownlabs/bch-gateway/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/bigclown-gateway/files/init b/bigclown-gateway/files/init index 47c12b9..37ddd0d 100755 --- a/bigclown-gateway/files/init +++ b/bigclown-gateway/files/init @@ -47,7 +47,7 @@ start_service() { procd_open_instance procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5} - procd_set_param command "$PROG" -c "$CONF" -W + procd_set_param command "$PROG" -c "$CONF" procd_set_param stdout 1 procd_set_param stderr 1 procd_close_instance -- cgit v1.2.3