From 254a491a0d97592f6523e4a51af2972bdfb377f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 6 Jul 2024 10:55:04 +0200 Subject: [PATCH] cleaning --- manifest.toml | 2 +- scripts/remove | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 739dc07..240b338 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://etherpad.org/doc/v2.0.2/" code = "https://github.com/ether/etherpad-lite" [integration] -yunohost = ">= 11.2.17" +yunohost = ">= 11.2.20" helpers_version = "2.1" architectures = "all" multi_instance = true diff --git a/scripts/remove b/scripts/remove index 17f7cd5..cd5e1b1 100644 --- a/scripts/remove +++ b/scripts/remove @@ -26,8 +26,6 @@ ynh_redis_remove_db "$redis_db" ynh_config_remove_nginx -#REMOVEME? (Apps should not remove their log dir during remove ... this should only happen if --purge is used, and be handled by the core...) ynh_safe_rm "/var/log/$app" - #================================================= # END OF SCRIPT #=================================================