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:
parent
2b84f17b63
commit
519c66d987
1 changed files with 12 additions and 0 deletions
|
@ -137,6 +137,18 @@ then
|
||||||
ynh_use_logrotate --logfile /var/log/matrix-$app --nonappend
|
ynh_use_logrotate --logfile /var/log/matrix-$app --nonappend
|
||||||
fi
|
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
|
# SPECIFIC UPGRADE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue