diff --git a/manifest.toml b/manifest.toml index 4def4f8..ae4e054 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Nomad" description.en = "Simple and flexible workload orchestrator" description.fr = "Orchestrateur de charge de travail simple et flexible" -version = "1.7.7~ynh2" +version = "1.7.7~ynh3" maintainers = [] @@ -19,7 +19,7 @@ code = "https://github.com/hashicorp/nomad" cpe = "cpe:2.3:a:hashicorp:nomad" [integration] -yunohost = ">= 11.2.12" +yunohost = ">= 11.2.20" architectures = "all" multi_instance = false ldap = "not_relevant" diff --git a/scripts/remove b/scripts/remove index 484b057..2890253 100755 --- a/scripts/remove +++ b/scripts/remove @@ -59,9 +59,6 @@ ynh_script_progression --message="Removing various files..." --weight=1 # Remove a directory securely ynh_secure_remove --file="$config_path" -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - #================================================= # END OF SCRIPT #=================================================