firewall: use uci_get_state() wrapper
SVN-Revision: 21493
This commit is contained in:
parent
51cae701b6
commit
28e92939d1
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ fw_reload() {
|
|||
}
|
||||
|
||||
fw_is_loaded() {
|
||||
local bool=$(uci -q -P /var/state get firewall.core.loaded)
|
||||
local bool=$(uci_get_state firewall.core.loaded)
|
||||
return $((! ${bool:-0}))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue