Created regexpes in add_or_replace_sysconfig_lines are wrong, making the code only add and not replace sysconfig lines. (As these are sysconfig files, adding the updated values at the end was probably ok (wrt sourcing in bash); but a bug nonetheless)
Created regexpes in
add_or_replace_sysconfig_lines
are wrong, making the code onlyadd
and notreplace
sysconfig lines. (As these are sysconfig files, adding the updated values at the end was probably ok (wrt sourcing in bash); but a bug nonetheless)