config: add echo comment to easily identify sed_csum errors.

This commit is contained in:
Luis Guzmán 2024-05-08 19:05:39 +00:00
parent 036ae24511
commit 5f44eef626

View file

@ -267,5 +267,6 @@ remove_patch(){
}
sed_csum() {
echo "> Checksum replace for $1 in progress..."
grep -rl "$1" "${3:-"./"}" | xargs -r /bin/sed -i "s|$1|$2|"
}