Optimize OS/release/version detection for faster execution #70

Merged
benpro merged 86 commits from fast-debian-check into master 2019-04-05 11:01:57 +02:00
Showing only changes of commit f4b1c96be0 - Show all commits

View file

@ -720,8 +720,8 @@ if is_debian; then
fi fi
for interface in $interfaces; do for interface in $interfaces; do
if ! grep -q "^auto $interface" /etc/network/interfaces; then if ! grep -q "^auto $interface" /etc/network/interfaces; then
failed "IS_AUTOIF" failed "IS_AUTOIF" "Network interface \`${interface}' is not set to auto"
break test "${VERBOSE}" = 1 || break
fi fi
done done
fi fi