diff --git a/scripts/remove b/scripts/remove index 50cab65..6c6833d 100755 --- a/scripts/remove +++ b/scripts/remove @@ -55,9 +55,6 @@ ynh_remove_nginx_config ynh_replace_string --replace_string="server_name $domain" --match_string="server_name $domain *.$domain" --target_file="/etc/nginx/conf.d/$domain.conf" ynh_store_file_checksum --file="/etc/nginx/conf.d/$domain.conf" -# Remove the log files -ynh_secure_remove --file="/var/log/$app" - ynh_secure_remove --file="/usr/share/yunohost/hooks/conf_regen/98-nginx_$app" yunohost tools regen-conf nginx