Fix error in case of gitlab installation.
This commit is contained in:
parent
aa1557a6d7
commit
d5f0da87ca
@ -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']"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user