From 9514757308cd18b3a5d360bd2d07bf6b7229c38e Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 30 Aug 2021 20:40:21 +0100 Subject: [PATCH] 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 --- utils/uvol/files/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/uvol/files/common.sh b/utils/uvol/files/common.sh index e3b554e18..e26c26404 100644 --- a/utils/uvol/files/common.sh +++ b/utils/uvol/files/common.sh @@ -24,7 +24,7 @@ uvol_uci_add() { case "$uciname" in "_uxc") - target="/var/state/uxc" + target="/var/run/uxc" ;; "_"*) return 1