From e5369ab93e0630ed0519a2d32f50923e47b3bbd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:51:17 +0200 Subject: [PATCH] cleaning --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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