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

Merge branch 'testing' into Krakinou-master

This commit is contained in:
OniriCorpe 2024-08-26 07:19:03 +02:00 committed by GitHub
commit a8daebe7d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.2.11"
yunohost = ">= 11.2.20"
architectures = "all"
multi_instance = false
ldap = false

View file

@ -37,9 +37,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"