Fixed: [Error when changing choice/case with different structure](https://github.com/clicon/clixon/issues/568)

This commit is contained in:
Olof hagsand 2024-10-19 17:05:19 +02:00
parent 098262e2e7
commit 4dd3f9fd34
4 changed files with 260 additions and 11 deletions

View file

@ -37,7 +37,7 @@ cat <<EOF > $cfg
<CLICON_CLISPEC_DIR>$clidir</CLICON_CLISPEC_DIR>
<CLICON_SOCK>/usr/local/var/run/$APPNAME.sock</CLICON_SOCK>
<CLICON_BACKEND_PIDFILE>/usr/local/var/run/$APPNAME.pidfile</CLICON_BACKEND_PIDFILE>
<CLICON_XMLDB_DIR>/usr/local/var/$APPNAME</CLICON_XMLDB_DIR>
<CLICON_XMLDB_DIR>$dir</CLICON_XMLDB_DIR>
$RESTCONFIG
</clixon-config>
EOF