1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update install

This commit is contained in:
ericgaspar 2021-06-02 09:37:29 +02:00
parent 2482ad8186
commit 1ea8886204
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -80,11 +80,11 @@ ynh_exec_warn_less yunohost firewall allow Both $turn_port
ynh_exec_warn_less yunohost firewall allow UDP -4 49152:65535
#=================================================
# RECREATE THE DEDICATED USER
# CREATE DEDICATED USER
#=================================================
ynh_script_progression --message="Recreating the dedicated system user..." --weight=2
ynh_script_progression --message="Configuring system user..." --weight=3
# Create the dedicated user (if not existing)
# Create a system user
ynh_system_user_create --username=$app --home_dir="$final_path"
#=================================================
@ -122,14 +122,6 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=2
# Create a dedicated NGINX config
ynh_add_nginx_config
#=================================================
# CREATE DEDICATED USER
#=================================================
ynh_script_progression --message="Configuring system user..." --weight=3
# Create a system user
ynh_system_user_create --username=$app --home_dir="$final_path"
#=================================================
# SETUP SYSTEMD
#=================================================