1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Fix upgrade

This commit is contained in:
yalh76 2022-02-09 08:21:08 +01:00
parent 4030f6ec0d
commit b25cd092f6

View file

@ -85,7 +85,6 @@ ynh_script_progression --message="Making sure dedicated system user exists..."
# Create a dedicated user (if not existing)
ynh_system_user_create --username=$app --home_dir="$final_path"
gpasswd --add prosody $app
gpasswd --add www-data $app
#=================================================
@ -146,6 +145,7 @@ else
fi
ynh_app_setting_set --app=$app --key=require_prosody --value="1"
gpasswd --add prosody $app
#=================================================
# SPECIFIC UPGRADE