From ce1045a26a3aa289c8124954eb1c1daa7c23f32e Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 2 Feb 2021 11:10:52 +0100 Subject: [PATCH] fix the postinstall with double quotes --- data/hooks/conf_regen/02-ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/hooks/conf_regen/02-ssl b/data/hooks/conf_regen/02-ssl index e104e94a2..6536e7280 100755 --- a/data/hooks/conf_regen/02-ssl +++ b/data/hooks/conf_regen/02-ssl @@ -27,7 +27,7 @@ regen_local_ca() { rm -f index.txt touch index.txt cp /usr/share/yunohost/templates/ssl/openssl.cnf openssl.ca.cnf - sed -i 's/yunohost.org/${domain}/g' openssl.ca.cnf + sed -i "s/yunohost.org/${domain}/g" openssl.ca.cnf openssl req -x509 \ -new \ -config openssl.ca.cnf \