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