diff --git a/scripts/install b/scripts/install index a5f915e..7b92c62 100644 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,7 @@ ynh_add_config --template="endpoint.nginx.conf" --destination="/etc/nginx/conf.d #============================================== # INSTALL SYNAPSE-ADMIN #============================================== -ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=40 +ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=20 pushd "$install_dir" ynh_use_nodejs diff --git a/scripts/upgrade b/scripts/upgrade index 30a5c7b..3254d26 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -74,7 +74,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version #============================================== if [ "$upgrade_type" == "UPGRADE_APP" ] then - ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=6 + ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=20 pushd "$install_dir" ynh_use_nodejs