diff --git a/Makefile b/Makefile index a95e85b..ba10b3b 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/root/etc/init.d/frpc b/root/etc/init.d/frpc index 5dcff73..4b810ad 100755 --- a/root/etc/init.d/frpc +++ b/root/etc/init.d/frpc @@ -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"