1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 19:33:59 +02:00

xfrpc: set xfrpc's disabled default value to 0

change this to satisfy luci-app-xfrpc's need

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
(cherry picked from commit 10a24d4cad)
This commit is contained in:
Dengfeng Liu 2022-06-30 13:54:19 +08:00 committed by Tianling Shen
parent 8f6d7e8885
commit 557cfeb98b

View File

@ -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