Skip to content
Snippets Groups Projects
Commit 5f44eef6 authored by Luis Guzmán's avatar Luis Guzmán
Browse files

config: add echo comment to easily identify sed_csum errors.

parent 036ae245
No related branches found
No related tags found
1 merge request!1346config: add echo comment to easily identify sed_csum errors.
Pipeline #1247 passed
......@@ -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|"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment