From 87501ded624edc22a0bfa0bc3ba1c3268fb11154 Mon Sep 17 00:00:00 2001 From: mihalin Date: Wed, 15 Sep 2021 23:36:33 +0300 Subject: [PATCH] minor changes, auto-certificate --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index eda32f9..2a43d90 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -if [[ ! -z "${CUSTOM_CERT}" ]]; then +if [ ! -z "${CUSTOM_CERT}" ]; then echo "Use custom certificate" if [ ! -f /cert/private.key ]; then echo "Generate new certificate"