1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nomad_ynh.git synced 2024-09-03 19:55:53 +02:00

fix linter

This commit is contained in:
Éric Gaspar 2024-07-20 22:37:07 +02:00
parent 6deecc1897
commit 1edc216e42
2 changed files with 2 additions and 5 deletions

View file

@ -7,7 +7,7 @@ name = "Nomad"
description.en = "Simple and flexible workload orchestrator" description.en = "Simple and flexible workload orchestrator"
description.fr = "Orchestrateur de charge de travail simple et flexible" description.fr = "Orchestrateur de charge de travail simple et flexible"
version = "1.7.7~ynh2" version = "1.7.7~ynh3"
maintainers = [] maintainers = []
@ -19,7 +19,7 @@ code = "https://github.com/hashicorp/nomad"
cpe = "cpe:2.3:a:hashicorp:nomad" cpe = "cpe:2.3:a:hashicorp:nomad"
[integration] [integration]
yunohost = ">= 11.2.12" yunohost = ">= 11.2.20"
architectures = "all" architectures = "all"
multi_instance = false multi_instance = false
ldap = "not_relevant" ldap = "not_relevant"

View file

@ -59,9 +59,6 @@ ynh_script_progression --message="Removing various files..." --weight=1
# Remove a directory securely # Remove a directory securely
ynh_secure_remove --file="$config_path" ynh_secure_remove --file="$config_path"
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================