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

Update upgrade

This commit is contained in:
ericgaspar 2022-01-28 18:08:20 +01:00
parent 1997eb607a
commit ab49c56436
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -97,6 +97,14 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
# Create a dedicated NGINX config
ynh_add_nginx_config
#=================================================
# UPGRADE DEPENDENCIES
#=================================================
ynh_script_progression --message="Upgrading dependencies..." --weight=10
# Install Nodejs
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
#==============================================
# INSTALL SUTOM
#==============================================