mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix wrong path to uci (thx, phr3ak)
SVN-Revision: 10387
This commit is contained in:
parent
f2f0fef9b1
commit
7089be5ad8
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user