mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
Fix https-certificate command parsing error
This commit is contained in:
parent
83d839b20e
commit
31e7bd9631
@ -146,7 +146,7 @@ certbot_image = certbot/certbot:latest
|
|||||||
|
|
||||||
https-certificate: ## Generate https certificates
|
https-certificate: ## Generate https certificates
|
||||||
@if [ "$(ACTIVATE_HTTPS)" = "1" ] ; then \
|
@if [ "$(ACTIVATE_HTTPS)" = "1" ] ; then \
|
||||||
$(https_command) --entrypoint "/openedx/letsencrypt/env/certonly.sh" $(certbot_image)
|
$(https_command) --entrypoint "/openedx/letsencrypt/env/certonly.sh" $(certbot_image); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
https-certificate-renew: ## Renew https certificates
|
https-certificate-renew: ## Renew https certificates
|
||||||
|
Loading…
Reference in New Issue
Block a user