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:
parent
c15e94f6c5
commit
10a24d4cad
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ start_service() {
|
||||||
config_load "$NAME"
|
config_load "$NAME"
|
||||||
|
|
||||||
uci_validate_section xfrpc xfrp init \
|
uci_validate_section xfrpc xfrp init \
|
||||||
'disabled:bool:1' \
|
'disabled:bool:0' \
|
||||||
'loglevel:uinteger:0'
|
'loglevel:uinteger:0'
|
||||||
|
|
||||||
if [ $disabled = 1 ]; then
|
if [ $disabled = 1 ]; then
|
||||||
|
|
Loading…
Reference in a new issue