mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #13011 from TDT-AG/pr/20200803-ttyd
ttyd: fix debug config option
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ttyd
|
PKG_NAME:=ttyd
|
||||||
PKG_VERSION:=1.6.1
|
PKG_VERSION:=1.6.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/tsl0922/ttyd/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/tsl0922/ttyd/tar.gz/$(PKG_VERSION)?
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ ttyd_instance()
|
|||||||
${ssl_cert:+-C $ssl_cert} \
|
${ssl_cert:+-C $ssl_cert} \
|
||||||
${ssl_key:+-K $ssl_key} \
|
${ssl_key:+-K $ssl_key} \
|
||||||
${ssl_ca:+-A $ssl_ca} \
|
${ssl_ca:+-A $ssl_ca} \
|
||||||
${debug:+-d}
|
${debug:+-d $debug}
|
||||||
config_list_foreach "$1" client_option "procd_append_param command -t"
|
config_list_foreach "$1" client_option "procd_append_param command -t"
|
||||||
procd_append_param command $command
|
procd_append_param command $command
|
||||||
procd_set_param stdout 1
|
procd_set_param stdout 1
|
||||||
|
|||||||
Reference in New Issue
Block a user