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>
This commit is contained in:
Dengfeng Liu 2022-06-30 13:54:19 +08:00 committed by Rosen Penev
parent c15e94f6c5
commit 10a24d4cad
1 changed files with 1 additions and 1 deletions

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