mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 21:07:50 +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
|
||||
@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
|
||||
|
||||
https-certificate-renew: ## Renew https certificates
|
||||
|
Loading…
Reference in New Issue
Block a user