Merge pull request #149 from Jules-Bertholet/patch-1

Fix "Remove various files" step
This commit is contained in:
yalh76 2021-04-05 17:32:24 +02:00 committed by GitHub
commit 84e19c2594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,10 +119,10 @@ ynh_remove_fail2ban_config
ynh_secure_remove --file="/etc/cron.d/$app"
# Remove a directory securely
ynh_secure_remove --file="/etc/$app/"
ynh_secure_remove --file="/etc/$app"
# Remove the log files
ynh_secure_remove --file="/var/log/$app/"
ynh_secure_remove --file="/var/log/$app"
#=================================================
# GENERIC FINALIZATION