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:
commit
a8daebe7d3
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.2.11"
|
yunohost = ">= 11.2.20"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
|
@ -37,9 +37,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…
Add table
Reference in a new issue