1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00

Update install

This commit is contained in:
ericgaspar 2021-08-06 21:15:54 +02:00
parent 7b3f801192
commit bbd280b6f5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -102,6 +102,13 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=2
# Create a dedicated NGINX config
ynh_add_nginx_config
#=================================================
# ADD A CONFIGURATION
#=================================================
ynh_script_progression --message="Adding a configuration file..." --time --weight=1
ynh_add_config --template="../conf/.env" --destination="$final_path/.env"
#=================================================
# SPECIFIC SETUP
#==============================================