From b3bd24f1afde9c1071b253959061ce4adc259d41 Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Sat, 4 Jun 2022 19:55:27 +0800 Subject: [PATCH] xfrpc: fix bug of xfrpc.init replace xfrpc with xfrp Signed-off-by: Dengfeng Liu --- net/xfrpc/files/xfrpc.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'