mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Remove legacy stuff about ca.crt causing issues on some setups
This commit is contained in:
parent
ec1ae08419
commit
ec805d6abd
1 changed files with 0 additions and 4 deletions
4
debian/postinst
vendored
4
debian/postinst
vendored
|
@ -3,10 +3,6 @@
|
|||
set -e
|
||||
|
||||
do_configure() {
|
||||
# make the CA available from the web interface
|
||||
if [ ! -f /usr/share/yunohost/admin/ca.crt ]; then
|
||||
ln -s /etc/ssl/certs/ca-yunohost_crt.pem /usr/share/yunohost/admin/ca.crt
|
||||
fi
|
||||
|
||||
# Set document root permissions
|
||||
chown -R root:root /usr/share/yunohost/admin
|
||||
|
|
Loading…
Reference in a new issue