1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-11-22 12:05:49 +01:00
parent 0130c9829f
commit a0fdd5d984

View File

@ -10,7 +10,8 @@ if [ $# -gt 0 ]; then
fi
if [ "${allow_client_guests:-}" = "yes" ]; then
# TODO this should be simplified so that ecparam and eckey are only required if the is no jwk-meet.json yet
# TODO try to create the file if it does not yet exist, how to combine with the below dockerize check?
# TODO this should be simplified so that ecparam and eckey are only required if there is no jwk-meet.json yet
dockerize \
-wait file://"${ecparam:?}" \
-wait file://"${eckey:?}" \