mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 16:14:43 +02:00
fix wrong path to uci (thx, phr3ak)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10387 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2c74315cc2
commit
48d453a88d
@ -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…
x
Reference in New Issue
Block a user