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

Update upgrade

This commit is contained in:
ericgaspar 2022-03-13 23:39:59 +01:00
parent 5faab66eea
commit dcd5142f9b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -103,9 +103,9 @@ chown -R $app:www-data "$final_path"
#=================================================
# NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Upgrading nginx web server configuration..." --weight=1
ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1
# Create a dedicated nginx config
# Create a dedicated NGINX config
ynh_add_nginx_config
#=================================================