1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mosquitto_ynh.git synced 2024-09-03 19:45:54 +02:00

fix linter

This commit is contained in:
Éric Gaspar 2024-07-28 11:09:58 +02:00
parent 109051b14f
commit 51229e0cc4
2 changed files with 1 additions and 4 deletions

View file

@ -20,7 +20,7 @@ code = "https://github.com/eclipse/mosquitto"
cpe = "cpe:2.3:a:eclipse:mosquitto"
[integration]
yunohost = ">= 11.0.0"
yunohost = ">= 11.2.20"
architectures = "all"
multi_instance = false
ldap = false

View file

@ -35,9 +35,6 @@ ynh_remove_logrotate
#=================================================
ynh_script_progression --message="Removing various files..." --weight=1
# Remove the log files
ynh_secure_remove --file="/var/log/$app"
# Remove the passwd file
ynh_secure_remove --file="/etc/mosquitto/passwd"