Fix typo in __recycledcloud_nginx
This commit is contained in:
parent
82e01081be
commit
6ae48831ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue