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"
|
warn "This Type of Webserver Installation is not yet available"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
HOST_NAME=git.warenform.de
|
|
||||||
|
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
@ -643,7 +641,7 @@ EOF
|
|||||||
echo_skipped
|
echo_skipped
|
||||||
fi
|
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']"
|
echononl " Adjust ${GITLAB_CONF_FILE} - nginx['redirect_http_to_https']"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user