mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00: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>
This commit is contained in:
committed by
Rosen Penev
parent
c15e94f6c5
commit
10a24d4cad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user