From 946368dfe075c00d4be885419d1bdb1f9a79c41f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Nov 2021 09:33:48 +0100 Subject: [PATCH] fix --- manifest.json | 1 - scripts/upgrade | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 99e0fe6..4cde368 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,6 @@ "upstream": { "license": "AGPL-3.0", "website": "https://join.misskey.page", - "userdoc": "https://yunohost.org/apps", "code": "https://github.com/misskey-dev/misskey" }, "license": "AGPL-3.0", diff --git a/scripts/upgrade b/scripts/upgrade index b5d8149..ad34b9c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -111,7 +111,7 @@ ynh_add_nginx_config #================================================= # UPGRADE DEPENDENCIES #================================================= -ynh_script_progression --message="Upgrading dependencies..." +ynh_script_progression --message="Upgrading dependencies..." --weight=5 ynh_install_nodejs --nodejs_version=$NODEJS_VERSION @@ -141,7 +141,7 @@ ynh_add_systemd_config #================================================= # SETUP LOGROTATE #================================================= -ynh_script_progression --message="Upgrading logrotate configuration..." --time --weight=1 +ynh_script_progression --message="Upgrading logrotate configuration..." --weight=1 # Use logrotate to manage app-specific logfile(s) ynh_use_logrotate --non-append