Skip to content

Commit

Permalink
B #3080: Fixup packet provision of CentOS 7 (#3186) (#3247)
Browse files Browse the repository at this point in the history
(cherry picked from commit e8c5871)
  • Loading branch information
xorel authored and rsmontero committed Apr 25, 2019
1 parent d7b38bc commit e944688
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@
CHANGED=''
for FILE in ifcfg-*; do
# skip interfaces disabled "on boot"
if grep -q -i '^ONBOOT=["'\'']no'; then
if grep -q -i '^ONBOOT=["'\'']no' ${FILE}; then
continue
fi
Expand Down

0 comments on commit e944688

Please sign in to comment.