From: Dengfeng Liu Date: Sat, 4 Jun 2022 11:55:27 +0000 (+0800) Subject: xfrpc: fix bug of xfrpc.init X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b3bd24f1afde9c1071b253959061ce4adc259d41;p=openwrt-packages.git xfrpc: fix bug of xfrpc.init replace xfrpc with xfrp Signed-off-by: Dengfeng Liu --- 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'