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:
parent
da6e8b429c
commit
4030f6ec0d
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,6 @@ ynh_script_progression --message="Recreating the dedicated system user..."
|
||||||
|
|
||||||
# Create the dedicated user (if not existing)
|
# Create the dedicated user (if not existing)
|
||||||
ynh_system_user_create --username=$app --home_dir="$final_path"
|
ynh_system_user_create --username=$app --home_dir="$final_path"
|
||||||
gpasswd --add prosody $app
|
|
||||||
gpasswd --add www-data $app
|
gpasswd --add www-data $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -100,6 +99,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_app_setting_set --app=$app --key=require_prosody --value="1"
|
ynh_app_setting_set --app=$app --key=require_prosody --value="1"
|
||||||
|
gpasswd --add prosody $app
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CONFIGURE FIREWALL
|
# CONFIGURE FIREWALL
|
||||||
|
|
Loading…
Add table
Reference in a new issue