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:
parent
109051b14f
commit
51229e0cc4
2 changed files with 1 additions and 4 deletions
|
@ -20,7 +20,7 @@ code = "https://github.com/eclipse/mosquitto"
|
||||||
cpe = "cpe:2.3:a:eclipse:mosquitto"
|
cpe = "cpe:2.3:a:eclipse:mosquitto"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.0.0"
|
yunohost = ">= 11.2.20"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
|
@ -35,9 +35,6 @@ ynh_remove_logrotate
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Removing various files..." --weight=1
|
ynh_script_progression --message="Removing various files..." --weight=1
|
||||||
|
|
||||||
# Remove the log files
|
|
||||||
ynh_secure_remove --file="/var/log/$app"
|
|
||||||
|
|
||||||
# Remove the passwd file
|
# Remove the passwd file
|
||||||
ynh_secure_remove --file="/etc/mosquitto/passwd"
|
ynh_secure_remove --file="/etc/mosquitto/passwd"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue