mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
uvol: move uxc persistent config volume to /var/run/uxc
As /var/state is used for UCI state, move persistent config for uxc from /var/state/uxc to /var/run/uxc. uxc itself has already been changed to look for it there. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -24,7 +24,7 @@ uvol_uci_add() {
|
|||||||
|
|
||||||
case "$uciname" in
|
case "$uciname" in
|
||||||
"_uxc")
|
"_uxc")
|
||||||
target="/var/state/uxc"
|
target="/var/run/uxc"
|
||||||
;;
|
;;
|
||||||
"_"*)
|
"_"*)
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user