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