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:
parent
4030f6ec0d
commit
b25cd092f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue