Skip to content

Commit

Permalink
luci: Fix init script
Browse files Browse the repository at this point in the history
Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
  • Loading branch information
kuoruan committed Apr 9, 2019
1 parent 1572926 commit a2204b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-frpc
PKG_VERSION:=1.0.0
PKG_VERSION:=1.0.1
PKG_RELEASE:=1

PKG_LICENSE:=MIT
Expand Down
2 changes: 1 addition & 1 deletion root/etc/init.d/frpc
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ start_instance() {

procd_open_instance "$NAME.$section"
procd_set_param command "$client_file"
procd_append_param command "-c $config_file"
procd_append_param command -c "$config_file"
procd_set_param respawn
procd_set_param file "$config_file"

Expand Down

0 comments on commit a2204b7

Please sign in to comment.