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 committed by Ark74
parent 372a379e8a
commit 9e144601e1

View file

@ -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|"
}