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…
Reference in a new issue