Remove config in remove script

This commit is contained in:
Josué Tille 2019-08-01 15:06:04 +02:00
parent e84cd55ccb
commit 4f8a085d1c
No known key found for this signature in database
GPG Key ID: 716A6C99B04194EF

View File

@ -45,4 +45,7 @@ ynh_remove_systemd_config
# Remove monitor # Remove monitor
yunohost service remove "$app" yunohost service remove "$app"
# Remove fail2ban config
ynh_remove_fail2ban_config
true # Do not fail if remove after install error true # Do not fail if remove after install error