1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
ericgaspar 2021-01-12 17:46:36 +01:00
parent 519c66d987
commit 41747023d7
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 13 deletions

View file

@ -1,5 +1,5 @@
{
"name": "Galène",
"name": "Galene",
"id": "galene",
"packaging_format": 1,
"description": {

View file

@ -137,18 +137,6 @@ 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
#=================================================
@ -221,6 +209,7 @@ ynh_script_progression --message="Making sure dedicated system user exists..." -
# Create a dedicated user (if not existing)
ynh_system_user_create --username=$app
adduser turnserver ssl-cert
#=================================================
# SETUP SYSTEMD