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

Fix restore

This commit is contained in:
yalh76 2022-02-09 08:19:20 +01:00
parent da6e8b429c
commit 4030f6ec0d

View file

@ -66,7 +66,6 @@ ynh_script_progression --message="Recreating the dedicated system user..."
# Create the dedicated user (if not existing)
ynh_system_user_create --username=$app --home_dir="$final_path"
gpasswd --add prosody $app
gpasswd --add www-data $app
#=================================================
@ -100,6 +99,7 @@ else
fi
ynh_app_setting_set --app=$app --key=require_prosody --value="1"
gpasswd --add prosody $app
#=================================================
# CONFIGURE FIREWALL