diff options
author | Dengfeng Liu <liudf0716@gmail.com> | 2022-06-04 19:55:27 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-06-04 15:54:24 +0200 |
commit | b3bd24f1afde9c1071b253959061ce4adc259d41 (patch) | |
tree | ef48f5918eb9c60c99763d4dfa80870ea588e41c /net/xfrpc/files | |
parent | d4430d2e89cd289807b4a9e21583cae245c1e81c (diff) |
xfrpc: fix bug of xfrpc.init
replace xfrpc with xfrp
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Diffstat (limited to 'net/xfrpc/files')
-rwxr-xr-x | net/xfrpc/files/xfrpc.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xfrpc/files/xfrpc.init b/net/xfrpc/files/xfrpc.init index a3f76156e..fc0053e27 100755 --- a/net/xfrpc/files/xfrpc.init +++ b/net/xfrpc/files/xfrpc.init @@ -63,7 +63,7 @@ start_service() { > "$conf_file" config_load "$NAME" - uci_validate_section xfrpc xfrpc init \ + uci_validate_section xfrpc xfrp init \ 'disabled:bool:1' \ 'loglevel:uinteger:0' |