From 6ae48831aefdabefb848e11233c3cd24bde82eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Fri, 4 Dec 2020 11:47:35 +0100 Subject: [PATCH] Fix typo in __recycledcloud_nginx --- type/__recycledcloud_nginx/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type/__recycledcloud_nginx/manifest b/type/__recycledcloud_nginx/manifest index d7432c7..233dc91 100644 --- a/type/__recycledcloud_nginx/manifest +++ b/type/__recycledcloud_nginx/manifest @@ -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