mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -30,7 +30,7 @@ do_get() {
|
||||
local CONFIG="$2"
|
||||
local OPTION="$3"
|
||||
|
||||
uci_load "$PACAKGE"
|
||||
uci_load "$PACKAGE"
|
||||
config_get "$CONFIG" "$OPTION"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user