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:
parent
6deecc1897
commit
1edc216e42
2 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue