mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Make sure that dir exists :/
This commit is contained in:
parent
a6149fb6e2
commit
6500ac01ae
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ do_init_regen() {
|
|||
chmod 640 $LOGFILE
|
||||
|
||||
# Make sure this conf exists
|
||||
mkdir -p ${ssl_dir}
|
||||
cp /usr/share/yunohost/templates/ssl/openssl.cnf ${ssl_dir}/openssl.ca.cnf
|
||||
|
||||
# create default certificates
|
||||
|
|
Loading…
Add table
Reference in a new issue