1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00

zerotier: log errors

Signed-off-by: Moritz Warning <moritzwarning@web.de>
This commit is contained in:
Moritz Warning 2018-04-12 17:43:36 +02:00
parent 939a2a8e4b
commit 488ac042f6

View File

@ -68,6 +68,7 @@ start_instance() {
procd_open_instance
procd_set_param command $PROG $ARGS $CONFIG_PATH
procd_set_param stderr 1
procd_close_instance
}