From: Daniel Golle Date: Mon, 30 Aug 2021 19:40:21 +0000 (+0100) Subject: uvol: move uxc persistent config volume to /var/run/uxc X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9514757308cd18b3a5d360bd2d07bf6b7229c38e;p=openwrt-packages.git 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 --- 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