mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 17:46:16 +04: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:
committed by
Tianling Shen
parent
8f6d7e8885
commit
557cfeb98b
@@ -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