upgrades-migrations / preupgrade-assistant-modules

Modules for the Preupgrade Assistant tool. Disclaimer: It was fun. R.I.P. :-)
GNU General Public License v3.0
3 stars 11 forks source link

system/initscripts/ifcfg: incorrect regexp? #84

Closed pirat89 closed 6 years ago

pirat89 commented 6 years ago

The line below contains extended regular expression which is parsed as basic reular expression. Unless the + char should be evaluated as the + char, use the -E option or fix the regex.

https://github.com/upgrades-migrations/preupgrade-assistant-modules/blob/03d3166fe234c86528bcabca3f52b74388dad668/RHEL6_7/system/initscripts/ifcfg/preupg_network.sh#L36

jmazanek commented 6 years ago

https://github.com/upgrades-migrations/preupgrade-assistant-modules/pull/86 fixes the issue