From 10a24d4cad196b790b322bb4132086b1e350fde8 Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Thu, 30 Jun 2022 13:54:19 +0800 Subject: [PATCH] xfrpc: set xfrpc's disabled default value to 0 change this to satisfy luci-app-xfrpc's need 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 fc0053e274..aa999bc68a 100755 --- a/net/xfrpc/files/xfrpc.init +++ b/net/xfrpc/files/xfrpc.init @@ -64,7 +64,7 @@ start_service() { config_load "$NAME" uci_validate_section xfrpc xfrp init \ - 'disabled:bool:1' \ + 'disabled:bool:0' \ 'loglevel:uinteger:0' if [ $disabled = 1 ]; then -- 2.30.2