From 9f5c1a85168f2a9890d840d67e0e0030c57a98a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 10 Mar 2023 08:46:25 +0100 Subject: [PATCH] Fix --- manifest.toml | 1 - scripts/upgrade | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 09387b4..5688f34 100644 --- a/manifest.toml +++ b/manifest.toml @@ -12,7 +12,6 @@ maintainers = ["eric_G"] [upstream] license = "Apache-2.0" code = "https://github.com/Awesome-Technologies/synapse-admin" -website = "https://github.com/Awesome-Technologies/synapse-admin" [integration] yunohost = ">= 11.1.14" diff --git a/scripts/upgrade b/scripts/upgrade index 1fa4559..30a5c7b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -40,7 +40,7 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd" if [ "$upgrade_type" == "UPGRADE_APP" ] then - ynh_script_progression --message="Upgrading source files..." --weight=160 + ynh_script_progression --message="Upgrading source files..." --weight=16 ynh_setup_source --dest_dir="$install_dir" --keep=".env" fi @@ -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=60 + ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=6 pushd "$install_dir" ynh_use_nodejs