Fix error in case of gitlab installation.

This commit is contained in:
Christoph 2019-05-14 15:01:40 +02:00
parent aa1557a6d7
commit d5f0da87ca

View File

@ -316,8 +316,6 @@ else
warn "This Type of Webserver Installation is not yet available"
fi
HOST_NAME=git.warenform.de
echo ""
echo ""
@ -643,7 +641,7 @@ EOF
echo_skipped
fi
if [[ ! -d "/var/lib/dehydrated/certs/${HOST_NAME}" ]]; then
if [[ -d "/var/lib/dehydrated/certs/${HOST_NAME}" ]]; then
echononl " Adjust ${GITLAB_CONF_FILE} - nginx['redirect_http_to_https']"