mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
wfadata: get controller enabled option from correct section
This commit is contained in:
parent
2109e5ff4f
commit
4e78d1c075
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ start_service() {
|
|||
local en
|
||||
|
||||
config_load mapcontroller
|
||||
config_get en "mapcontroller" "enabled" "0"
|
||||
config_get en controller enabled "0"
|
||||
|
||||
[ $en -gt 0 ] && {
|
||||
procd_open_instance
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue