fix wrong path to uci (thx, phr3ak)
SVN-Revision: 10387
This commit is contained in:
parent
f2f0fef9b1
commit
7089be5ad8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ uci_revert_state() {
|
||||||
local CONFIG="$2"
|
local CONFIG="$2"
|
||||||
local OPTION="$3"
|
local OPTION="$3"
|
||||||
|
|
||||||
/bin/uci -P /var/state revert "$PACKAGE${CONFIG:+.$CONFIG}${OPTION:+.$OPTION}"
|
/sbin/uci -P /var/state revert "$PACKAGE${CONFIG:+.$CONFIG}${OPTION:+.$OPTION}"
|
||||||
}
|
}
|
||||||
|
|
||||||
uci_set_state() {
|
uci_set_state() {
|
||||||
|
|
Loading…
Reference in a new issue