mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-13 22:23:38 +00:00
fix a stupid copy&paste mistake
SVN-Revision: 10399
This commit is contained in:
parent
bfadfbe6a4
commit
bbc3a023ca
@ -60,7 +60,7 @@ uci_set() {
|
||||
local OPTION="$3"
|
||||
local VALUE="$4"
|
||||
|
||||
/sbin/uci set "$PACKAGE.$CONFIG.$OPTION=$TYPE"
|
||||
/sbin/uci set "$PACKAGE.$CONFIG.$OPTION=$VALUE"
|
||||
}
|
||||
|
||||
uci_add() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user