diff --git a/helpers/config b/helpers/config index 9fe67e4..aa14b09 100755 --- a/helpers/config +++ b/helpers/config @@ -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|" }