We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c05ba commit 470d7f8Copy full SHA for 470d7f8
1 file changed
pkg/postinstall
@@ -98,8 +98,8 @@ fi
98
if [ -d /etc/sysconfig/network-scripts ]; then
99
# Prepare network files
100
find /etc/sysconfig/network-scripts -type f \
101
- -name 'ifcfg-*' ! -name 'ifcfg-lo' \
102
- -o -name 'route-*' ! -name 'route-lo' \
+ \( -name 'ifcfg-*' -o -name 'route-*' \) \
+ ! -name 'ifcfg-lo' ! -name 'route-lo' \
103
-exec rm -f {} \;
104
105
if [ "${NETWORK_EC2}" = 'yes' ]; then
0 commit comments