From 62eba54291b17f34fb846756b4f3cdeb56137222 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 21 Jun 2024 21:44:15 +0200 Subject: [PATCH] Typo --- tools/autopatches/patches/delete-log-removal/patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autopatches/patches/delete-log-removal/patch.sh b/tools/autopatches/patches/delete-log-removal/patch.sh index dda95741..188fcdda 100644 --- a/tools/autopatches/patches/delete-log-removal/patch.sh +++ b/tools/autopatches/patches/delete-log-removal/patch.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -sed -E "/(ynh_secure_remove|ynh_safe_rm|rm).*(\/var\/log\/)/d" --i scripts/remove +sed -E "/(ynh_secure_remove|ynh_safe_rm|rm).*(\/var\/log\/)/d" -i scripts/remove git add scripts/remove