6
0
Fork 0

Fix typo in __recycledcloud_nginx

This commit is contained in:
Timothée Floure 2020-12-04 11:47:35 +01:00
parent 82e01081be
commit 6ae48831ae
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ __recycledcloud_nginx_vhost "301-to-https-$domain" \
--domain "$domain" --to-https
# Obtaining TLS cert.
cert_owner=$nginx_user
cert_ownership=$nginx_user
if [ -f "${__object:?}/parameter/force-cert-ownership-to" ]; then
cert_ownership=$(cat "${__object:?}/parameter/force-cert-ownership-to")
fi