mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix the postinstall with double quotes
This commit is contained in:
parent
6500ac01ae
commit
ce1045a26a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ regen_local_ca() {
|
||||||
rm -f index.txt
|
rm -f index.txt
|
||||||
touch index.txt
|
touch index.txt
|
||||||
cp /usr/share/yunohost/templates/ssl/openssl.cnf openssl.ca.cnf
|
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 \
|
openssl req -x509 \
|
||||||
-new \
|
-new \
|
||||||
-config openssl.ca.cnf \
|
-config openssl.ca.cnf \
|
||||||
|
|
Loading…
Add table
Reference in a new issue