From 85a04f99f29d91517270c9ec5349f6004a04fe9e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:55:20 +0200 Subject: [PATCH 1/2] Update remove --- scripts/remove | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/scripts/remove b/scripts/remove index 689e848..5b8ce4d 100755 --- a/scripts/remove +++ b/scripts/remove @@ -43,6 +43,13 @@ ynh_remove_nodejs #================================================= # SPECIFIC REMOVE +#================================================= +# REMOVE SERVICE IN YUNOHOST +#================================================= +ynh_script_progression --message="Integrating service in YunoHost..." + +yunohost service remove $app --log="/var/log/$app/$app.log" + #================================================= # REMOVE VARIOUS FILES #================================================= @@ -51,14 +58,6 @@ ynh_script_progression --message="Removing various files..." --weight=1 # Remove the log files ynh_secure_remove --file="/var/log/$app" -#================================================= -# REMOVE SERVICE IN YUNOHOST -#================================================= -ynh_script_progression --message="Integrating service in YunoHost..." - -yunohost service remove $app --log="/var/log/$app/$app.log" - - #================================================= # END OF SCRIPT #================================================= From 267001ae5b085bbca125f2df643ff196f530c893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:29:05 +0200 Subject: [PATCH 2/2] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 3b962e8..276be55 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,7 +14,7 @@ license = "MIT" code = "https://github.com/Fallenbagel/jellyseerr" [integration] -yunohost = ">= 11.1.18" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false