mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Minor cosmetic / prevent double slashes
This commit is contained in:
parent
fe524dd866
commit
e88ba3428c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
ssl_dir="/usr/share/yunohost/ssl"
|
ssl_dir="/usr/share/yunohost/ssl"
|
||||||
template_dir="/usr/share/yunohost/conf/ssl/"
|
template_dir="/usr/share/yunohost/conf/ssl"
|
||||||
ynh_ca="/etc/yunohost/certs/yunohost.org/ca.pem"
|
ynh_ca="/etc/yunohost/certs/yunohost.org/ca.pem"
|
||||||
ynh_crt="/etc/yunohost/certs/yunohost.org/crt.pem"
|
ynh_crt="/etc/yunohost/certs/yunohost.org/crt.pem"
|
||||||
ynh_key="/etc/yunohost/certs/yunohost.org/key.pem"
|
ynh_key="/etc/yunohost/certs/yunohost.org/key.pem"
|
||||||
|
|
Loading…
Add table
Reference in a new issue