fix get riot-web version info

This commit is contained in:
creme 2020-05-15 09:36:44 +02:00
parent 8039fec5bd
commit 240a5015fa
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ cat<<EOM > "$TMP_JSON"
},
"riot-web": {
"desc": "a universal secure chat app for matrix (web-client)",
"version": "$(lxc-attach -n matrix -- bash -c "dpkg-query -f '\${Version}\n' -W riot-web")",
"version": "$(cat /var/lib/lxc/matrix/rootfs/opt/Riot/resources/webapp/version)",
"url": "https://matrix.envs.net/"
},
"searx": {