fedora-sysv / initscripts

📜 Scripts to bring up network interfaces and legacy utilities in Fedora.
GNU General Public License v2.0
46 stars 52 forks source link

Replace grep -EL with subshell since -L changed behaviour #301

Closed jamacku closed 4 years ago

jamacku commented 4 years ago

Sugested by @lnykryn Related to issue #300

jamacku commented 4 years ago

CI issue

jamacku commented 4 years ago

CI is failing since path in command is dynamic and shellcheck can't follow it.

After review, ready to merge.