1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-23 14:22:54 +00:00

tweaks for Kopano Meet 2.0 (#328)

* tweaks for Kopano Meet 2.0
* remove surplus package
This commit is contained in:
Felix Bartels
2020-01-27 16:08:51 +01:00
committed by GitHub
parent 1ac48eec52
commit 64b73be662
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ for setting in $(compgen -A variable KCCONF_MEET); do
setting2=${setting#KCCONF_MEET_}
# dots in setting2 need to be escaped to not be handled as separate entities in the json file
case ${!setting} in
true|TRUE|false|FALSE)
true|TRUE|false|FALSE|[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9])
jq ".\"${setting2//_/\".\"}\" = ${!setting}" $CONFIG_JSON | sponge $CONFIG_JSON
;;
*)