fix wrong path to uci (thx, phr3ak)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10387 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2008-02-05 00:52:48 +00:00
parent c62f14c22a
commit 8f88b18a3e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ uci_revert_state() {
local CONFIG="$2"
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() {