From 1edc216e42d0055e3bec41f7dd27d940bbb2d99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 20 Jul 2024 22:37:07 +0200 Subject: [PATCH] fix linter --- manifest.toml | 4 ++-- scripts/remove | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) 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 #=================================================