mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-26 18:48:53 +02:00
correct typo in 'uci get'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5557 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e8d3ab87c6
commit
9e1bfc557c
@ -30,7 +30,7 @@ do_get() {
|
||||
local CONFIG="$2"
|
||||
local OPTION="$3"
|
||||
|
||||
uci_load "$PACAKGE"
|
||||
uci_load "$PACKAGE"
|
||||
config_get "$CONFIG" "$OPTION"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user