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 #=================================================