1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-01-12 17:39:58 +01:00
parent 2b84f17b63
commit 519c66d987
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -137,6 +137,18 @@ then
ynh_use_logrotate --logfile /var/log/matrix-$app --nonappend
fi
#=================================================
# MIGRATION 3 : USE STANDARD ACCESS FOR CERTIFCATE
#=================================================
# Fix issue about certificates access
if [ ! $(grep "ssl-cert:x:[0-9]*:.*$app" /etc/group) ]
then
ynh_script_progression --message="Use standard access for certificate..." --weight=1
adduser turnserver ssl-cert
fi
#=================================================
# SPECIFIC UPGRADE
#=================================================