From 9e144601e1e0f1e93641ca29a936e67a839c5023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Wed, 8 May 2024 19:05:39 +0000 Subject: [PATCH] config: add echo comment to easily identify sed_csum errors. --- helpers/config | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/config b/helpers/config index 22d27c5..67d8704 100755 --- a/helpers/config +++ b/helpers/config @@ -257,5 +257,6 @@ remove_patch(){ } sed_csum() { + echo "> Checksum replace for $1 in progress..." grep -rl "$1" "${3:-"./"}" | xargs -r /bin/sed -i "s|$1|$2|" }