mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 18:53:26 +01:00
fix a stupid copy&paste mistake
SVN-Revision: 10399
This commit is contained in:
parent
bfadfbe6a4
commit
bbc3a023ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue